mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-11-22 21:40:19 -08:00
14 lines
138 B
Bash
Executable File
14 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
build_packages()
|
|
{
|
|
sudo docker run -v $(pwd):/zto ztwd
|
|
}
|
|
|
|
build_container()
|
|
{
|
|
sudo docker build -t ztwd . --load
|
|
}
|
|
|
|
"$@"
|