mirror of
https://github.com/xubiaolin/docker-zerotier-planet.git
synced 2025-02-02 09:48:12 -05:00
10 lines
160 B
Bash
Executable File
10 lines
160 B
Bash
Executable File
#!/bin/bash
|
|
|
|
USER=zerotier
|
|
REPO=ZeroTierOne
|
|
DOCKER_IMAGE="xubiaolin/zerotier-planet"
|
|
|
|
|
|
|
|
docker buildx build --platform linux/amd64 -t "$DOCKER_IMAGE":latest .
|