Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »


https://hub.docker.com/r/tiangolo/uwsgi-nginx-flask/




docker pull tiangolo/uwsgi-nginx-flask

Build your Flask image:

docker build -t myimage .

Run a container based on your image:

docker run -d --name mycontainer -p 80:80 myimage


Remove the container

docker ps
docker run --rm mycontainer




  • No labels