Q.1.
What's the main goal for use to docker swarm or kor mesos or etc ?
Q.2.
This command takes a snapshot of your current Docker container and puts it in a new image
Q.3.
List inactive and active containers
Q.4.
What is the purpose of an image?
Q.5.
Which of the following explains the relationship between a Docker image and Docker container?
Q.6.
What is a dangling image?
Q.7.
Which of the following docker commands will build a container image using instructions in a Dockerfile?
Q.8.
Which of the following best describes a Docker Image?
Q.9.
Which Docker CLI commands can be used in a sequence to create a Docker image?
Q.10.
What format does Docker uses to export images?
Q.11.
Which command allows you to access the live output of processes running inside a container?
Q.12.
Which of the following correctly describes a Docker container?
Q.13.
How does the dockerd expose the Docker API?
Q.14.
To delete all containers that have stopped using the command?
Q.15.
What is the function of the CMD instruction if the ENTRYPOINT instruction is also used?
Q.16.
Does Fargate on ECS support the bridge networking mode?
Q.17.
Is Fargate on ECS ISOcompliant?
Q.18.
What do you have to manage when running Fargate on ECS?
Q.19.
What Docker command shows running containers?
Q.20.
What Docker command do you use to create and run a container?