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. Format of src for volume/??

2. Other than setting root mysql pwd, how do you set up Mysql container?

3. requirements to build a new docker image?

4. cmd to run bash in a running container?

5. Root setions in compose file?

6. concept behind host networking?

7. Add files to container via Dockerfile?

8. docker-swarm cmd to create 5 containers for a service?

9. Dockerfile format?

10. option to run docker not interactive?

11. steps to set up a swarm?

12. ratio of containers : hosts

13. cmd to up copies of image in swam?

14. How to set up own docker hub?

15. To create a swarm?

16. rolling update of swarm?

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

18. swarm build process

19. To drain a swarm host?

20. UCP is what?

21. what is Kubernetes?

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

23. how to convert a container into an image?

24. swarm - managers, workers and leaders?

25. CNM