Skip to content

meirongdev/hello_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Python

This is a sample python project to demostrate gitopt.

Build Image

Login dockerhub

docker login -u meirongdev 

tag image

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

push image

docker push meirongdev/hello-py:v0.0.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published