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. Idea of Overlay network?

3. Command to list running containers?

4. To create a swarm?

5. how to inspect containers/services in swarm?

6. syntax for exposing a port via a bridged network?

7. Scope of Overlay network driver?

8. options passwed to --mount on creating a container?

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

10. dir structure of Dockerfile + bits?

11. docker-compose up == what?

12. To drain a swarm host?

13. how to convert a container into an image?

14. set env variable in ockerfile?

15. option to run docker not interactive?

16. IPAM driver?

17. list non running containers?

18. Root setions in compose file?

19. Formatting layout for docker inspect -f

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

21. ratio of containers : hosts

22. 2 ways to create a custom image?

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

24. in Dockerfile, section defining a script to run?

25. Layers in a dockerfile?