Flask - Deployment
Which command is used to build a Docker image from a Dockerfile for a Flask app?
docker build command creates an image from a Dockerfile, using the current directory . as context.docker run starts a container, docker start restarts a stopped container, and docker create creates a container but does not build an image.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions