Docker Certified Associate Quiz Questions and Answers

What is the Docker command to see container logs?

Answer :
  • docker logs

Which command is used for running the images as a container?

Answer :
  • Docker run -it -d --name containername image

How many types of registries are there?

Answer :
  • 2

What is the purpose of Dockers Content Trust?

Answer :
  • Signing and verification of image tags

Which service types work only if your cluster is set up to work with a cloud provider?

Answer :
  • LoadBalancer

What is the source of the Docker container?

Answer :
  • Images

Docker images can be deployed to any Docker environment.

Answer :
  • True

Which command lists the options (help/command usage) for docker command?

Answer :
  • docker --help

How to stop a container?

Answer :
  • Docker stop con-id

How to edit and update the image using running container?

Answer :
  • Docker commit