docker-zerotier-planet/build.sh

10 lines
160 B
Bash
Raw Normal View History

2024-01-06 08:07:05 -05:00
#!/bin/bash
2024-05-16 17:20:33 -04:00
USER=zerotier
REPO=ZeroTierOne
2024-05-19 10:41:22 -04:00
DOCKER_IMAGE="xubiaolin/zerotier-planet"
2024-05-16 17:20:33 -04:00
2024-10-12 09:54:58 -04:00
2024-10-12 10:28:43 -04:00
docker buildx build --platform linux/amd64 -t "$DOCKER_IMAGE":latest .