Question Bank
1899 approved questions from the community
What does the IPC namespace in Docker provide?
What does the User namespace in Docker allow?
What does the Host network driver in Docker do?
What happens when you run the `docker stop` command on a container?
What signal does the `docker kill` command send to the container process?
What is the purpose of the Network namespace in Docker?
What is the main difference between Type 1 and Type 2 hypervisors?
What is a namespace in Docker?
What does the UTS namespace in Docker isolate?
Which of the following best describes a Docker image?
Which of the following best describes a Docker container?
What is the primary purpose of Docker Compose's environment variables feature?
What is runC in the Docker architecture?
Docker daemons can communicate with other daemons like containerd to manage Docker services.
Docker image templates can exist in isolation without any running containers.
Docker containers can exist without Docker images.
Docker's portability allows organizations to deploy containers across hybrid and multi-cloud environments.
Docker images can be versioned, providing a clear and reproducible history of an application's changes.
What is the main difference between the COPY and ADD commands in a Dockerfile?
The Docker client can communicate with more than one Docker daemon.