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

Very simple Flask app running in container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Very simple Flask app running in container

License:MIT License


Languages

Language:Dockerfile 58.3%Language:Python 41.7%