Exam Code : DCA
Exam Name : Docker Certified Associate
Vendor Name :
"Misc"
DCA Dumps DCA Braindumps
DCA Real Questions DCA Practice Test DCA Actual Questions
killexams.com
Docker Certified Associate
https://killexams.com/pass4sure/exam-detail/DCA
docker swarm init
docker swarm create
docker init swarm
docker create swarm
https://docs.docker.com/engine/reference/commandline/swarm/
From a DevOps process standpoint, it is best practice to keep changes to an application in version control. Which of the following will allow changes to a docker Image to be stored in a version control system?
docker commit
docker save
A docker-compose.yml file
A dockerfile
Which of the following statements is true about secrets?
Secrets can be created from any node in the cluster.
Secrets can be modified after they are created.
Secret are stored unencrypted on manager nodes.
Secrets can be created using standard input (STDIN) and a file.
Garbage collection removes unreferenced image layers from DTR's backend storage.
Garbage collection removes exited containers from cluster nodes.
Garbage collection removes DTR images that are older than a configurable of days
Garbage collection removes unused volumes from cluster nodes