Docker - Production Patterns
Which Docker command is used to create a new container from an image for the green environment in a blue-green deployment?
docker run command creates and starts a container from an image.docker run -d --name green_container myapp:latest runs the container detached with the name green_container.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions