🧪 Docker MCQ Quiz Hub

Docker Mcq Question Set 1

Choose a topic to test your knowledge and improve your Docker skills

1. Who created Docker?




2. Which of the following command is used for stopping a running container?




3. Identify the false advantage of docker?




4. How many types of the registry is there?




5. Which of the following statement is false about the public registry?




6. Which of the following command is used for running the images as a container?




7. Identify the true statement about memories web swap flag?




8. Which of the following is used for monitoring the docker in a production environment?




9. How many states are there of docker containers?




10. Identify the component of the Docker?




11. Identify the type of Docker components?




12. Identify the lifecycle of Docker Container?




13. Containers running on a single machine all share the same operating system kernel, so they start instantly and make more efficient use of RAM.




14. ___is a cloud-hosted service from Docker that provides registry capabilities for public and private content.




15. ____is native clustering for Docker. It turns a pool of Docker hosts into a single, virtual Docker host.




16. Docker host's IP address by default is 192.168.99.100.




17. Identify the feature of Docker?




18. Docker develop in which year?




19. How to push the new image to Docker registry?




20. What command should you run to see all running container in Docker?




21. How to install Docker?




22. How you manage Docker images?




23. Docker containerd is a core container runtime that manages?




24. What is a Dockerfile?




25. Docker Machine manage virtual hosts that use___




26. A docker registry is a place to store and distribute docker




27. A docker container is an instance of an image with a specific configuration.




28. Which is not true about docker hub?




29. What are the features of docker?




30. What is a benefit for a developer using docker?




31. A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.