Medium
A Docker container is started with the following restart policy:
docker run --restart=always my_container
An administrator manually stops it using:
docker stop my_container
Author: W3D TeamStatus: PublishedQuestion not yet passed
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!
14
List the different types of networks that can be created with Docker12
What is the main advantage of multi-stage builds in a Dockerfile?4
Explain why it is advisable to minimize the number of layers when creating a Docker image.5
List all Docker images on your system8
Connect an existing container to a Docker network6
List all Docker volumes on a machine4
Redirect a specific host port to a container port in Docker