This is a sample python project to demostrate gitopt.
docker login -u meirongdev
docker build -t meirongdev/hello-py:v0.0.1 .
docker image
docker run -p8080:8080 -t meirongdev/hello-py:v0.0.1
start a new terminal
curl http://localhost:8080
docker push meirongdev/hello-py:v0.0.1