Docker

 20 Minutes
 10 Questions


This test is designed to assess a candidate's knowledge of technology, Docker, and the fundamentals of using it. The test will cover topics such as setting up Docker containers, running applications in Docker, and managing images. It will also include questions about the basics of networking and security in Docker. Candidates should be able to demonstrate their understanding of the concepts and be able to apply them in a practical setting.


Example Question:

Multiple-Choice
After running the following command
docker run -it --rm -p 8888:8080 tomcat:8.0
You pressed on Ctrl+C, what will happen to the container and the image?