Jenkins with Docker and Kubernetes Quiz Questions and Answers

True/False: A Docker container is an instance of an image with a specific configuration.

Answer :
  • True

Can we remove a paused container?

Answer :
  • No

What is Kubernetes Platform?

Answer :
  • It's a container orchestration platform

What is command to create volume in Docker?

Answer :
  • docker volume create

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 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