Skip to content

FeroVolar/ws-containers-python-flask-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WS Containers Python/Flask Hello World

Very simple Flask app running in container

Example

Local build from Dockerfile

docker build -t python-flask-hello-world:latest .
docker run -d -p 5000:5000 python-flask-hello-world

Remote deploy to WS Containers Cloud (Beta)

docker login <FQDN>:<PORT>
docker tag <ContainerID> <FQDN>:<PORT>/python-flask-hello-world
docker push <FQDN>:<PORT>/python-flask-hello-world

Releases

No releases published

Packages

No packages published