docker run -d --name myapp -p 8000:8000 my.docker.repos/myapp:latest - sleep 15 - curl http://localhost:8000 - docker rm -f myapp.
確定! 回上一頁