Docker (Coding)

 60 Minutes
 10 Questions


This test is designed to assess a candidate's knowledge of Docker fundamentals. It will cover topics such as Docker architecture, containerization, image management, ,and networking. The test will also include questions on how to use Docker commands to manage containers and images.


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?