175 B
175 B
docker build -t python_change_ip .
docker run -d --name=change_ip --restart unless-stopped python_change_ip
docker system prune
docker image prune -a
docker build -t python_change_ip .
docker run -d --name=change_ip --restart unless-stopped python_change_ip
docker system prune
docker image prune -a