Docker Container Fundamentals Quiz

5 questions Pass: 70% +25 pts

Quiz covering Container and Serverless

Docker Container Fundamentals Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which Docker command is used to list all currently running containers?

  2. 2

    What is the primary purpose of a Dockerfile?

  3. 3

    When you run a container using 'docker run -d', what does the '-d' flag signify?

  4. 4

    Which of the following best describes the difference between a Docker image and a Docker container?

  5. 5

    If you need to persist data generated by a container even after the container is removed, which feature should you use?