Sign inSign up

qwerto107/ping0

By qwerto107

•Updated about 1 year ago

https://ping0.cc/Ip/join

Image
Networking
0

3.1K

qwerto107/ping0 repository overview

⁠This is an UNOFFICIAL project

⁠Info

https://ping0.cc/Ip/join⁠

⁠Dockerfile

https://github.com/Qwerto107/docker-ping0⁠

⁠Run

docker network create --subnet=10.11.11.0/24 ping0-network
docker pull qwerto107/ping0:latest
docker run --restart=always --cpus=1 -m 20m -d --net ping0-network --name ping0 -e NAME="贡献者" qwerto107/ping0:latest

⁠Remove

docker ps -a | grep qwerto107/ping0:latest | awk '{print $1}' | xargs -r docker stop | xargs -r docker rm
docker network rm ping0-network
docker image rm qwerto107/ping0:latest

Tag summary

Content type

Image

Digest

sha256:097104303…

Size

9.1 MB

Last updated

about 1 year ago

docker pull qwerto107/ping0