Will this command mount the host's '/data' directory to the ubuntu container in read-only mode?
Solution: 'docker run -v /data:/mydata --mode readonly ubuntu'
A. Yes
B. No
Which statement is true?
A. CMD shell format uses this form ["param", param", "param"]
B. ENTRYPOINT cannot be used in conjuction with CMD
C. CMD is used to run the software is the image along with any arguments
D. ENTRYPOINT cannot be overriden in the "docker container run" command
What is the difference between a resource limit and a resource reservation when scheduling services?
A. A resource limit and a resource reservation can be used interchangeably.
B. A resource limit is a soft limit for your service, while a reservation is hard limit and the docker engine will do its best to keep your service at the limit.
C. A resource limit is used to find a host with adequate resources for scheduling a hard limit for your service, while a reservation is hard limit for your service.
D. A resource limit is hard limit for your service, while a reservation is used to find a host with adequate resources for scheduling. Correct
A user is having problems running Docker. Which of the following will start Docker in debug mode?
A. Set the debug key to true in the 'daemon.json' file.
B. Start the 'dockerd' process manually with the '--logging' flag set to debug
C. Set the logging key to debug in the 'daemon.json' file.
D. Start the 'dockerd' process manually with the '--raw-logs' flag set to debug
Which set of commands can identify the publishd port(s) for a container? (Choose 1.)
A. 'docker port inspect', 'docker container inspect'
B. 'docker container inspect', docker port'
C. 'docker info','docker network inspect'
D. 'docker network inspect','docker port'
The following health check exists in a Dockerfile:
'HEALTCHECK
CMD curl --fail http://localhost/health || exit 1
Which of the following describes its purpose?
A. Defines the action taken when container health fails, which in this case will kill the container with exit status 1.
B. Defines the health check endpoint on the localhost interface for external monitoring tools to monitor the health of the docker engine.
C. Defines the health check endpoint on the local host interface for containers to monitor the health of the docker engine.
D. Defines the health check for the containerized application so that the application health can be monitored by the Docker engine
In the context of a swarm mode cluster, does this describe a node? Solution: a virtual machine participating in the swarm
A. Yes
B. No
You created a new service named 'http' and discover it is not registering as healthy. Will this command enable you to view the list of historical tasks for this service? Solution: 'docker service ps http'
A. Yes
B. No
Does this describe the role of Control Groups (cgroups) when used with a Docker container? Solution: user authorization to the Docker API
A. Yes
B. No
You want to provide a configuration file to a container at runtime. Does this set of Kubernetes tools and steps accomplish this?
Solution: Turn the configuration file into a configMap object and mount it directly into the appropriate pod and container using the .spec.containers.configMounts key.
A. Yes
B. No
Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Mirantis exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your DCA exam preparations and Mirantis certification application, do not hesitate to visit our Vcedump.com to find your solutions here.