Flask - Deployment
What is the effect of running
docker run -p 8080:5000 flask-app for a Flask container exposing port 5000?docker run -p 8080:5000 flask-app for a Flask container exposing port 5000?-p hostPort:containerPort maps a port on the host machine to a port inside the container.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions