Home > Microsoft > Quizzes > Docker Review
Docker Review
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 57% Most missed: “Good points about volumes vs bind mounts?”

Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers.
Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels. All containers are run by a single operating system kernel and therefore use fewer resources than virtual machines.
 

Docker Review
Time left 00:00
25 Questions

1. Other useful cmds in Dockerfile?

2. Syntax for ceating and running a new container?

3. Kubernetes vs swarm?

4. Syntax to create a container on a swarm?

5. fdefault location for volume storage on deb?

6. how to convert a container into an image?

7. steps to set up a swarm?

8. Logging in docker?

9. cmd to start a stopped container?

10. To join a swarm?

11. Set what to run on start in dockerfile?

12. set name of docker container?

13. set proxy in dockerfile?

14. run and copy a bunch of stuff into new image via dockerfile?

15. How to set up own docker hub?

16. How to commit an image to a registry/hub?

17. Idea of Overlay network?

18. How to set path under which docker stores volumes?

19. syntax to use a specific network?

20. How to use env vars in application.properties files?

21. steps to clear and re-run docker compose?

22. in Dockerfile, secction defining parent image?

23. Command to list running containers?

24. Where does etcd come in?

25. recommended way to copy stuff into a volume from a host?