0
0
Dockerdevops~10 mins

Docker architecture (client, daemon, registry) - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the command to check the Docker client version.

Docker
docker [1]
Drag options to blanks, or click blank then click option'
Arun
Bstart
Cbuild
Dversion
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'start' or 'run' instead of 'version'.
2fill in blank
medium

Complete the command to list all running Docker containers.

Docker
docker [1]
Drag options to blanks, or click blank then click option'
Aimages
Bpull
Cps
Dpush
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'images' to list containers.
3fill in blank
hard

Fix the error in the command to pull an image from Docker Hub.

Docker
docker [1] ubuntu
Drag options to blanks, or click blank then click option'
Arun
Bpull
Cstart
Dbuild
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'run' or 'build' instead of 'pull'.
4fill in blank
hard

Fill both blanks to describe Docker architecture components in the sentence.

Docker
The Docker [1] is the client that sends commands, and the Docker [2] runs in the background to manage containers.
Drag options to blanks, or click blank then click option'
Aclient
Bregistry
Cdaemon
Dimage
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing 'registry' or 'image' with client or daemon.
5fill in blank
hard

Fill all three blanks to complete the Docker workflow: Docker {{BLANK_1}} manages containers, {{BLANK_2}}s are stored locally, and the {{BLANK_3}} is the remote source for images.

Docker
Docker [1] manages containers, [2]s are stored locally, and the [3] is the remote source for images.
Drag options to blanks, or click blank then click option'
Adaemon
Bregistry
Cclient
Dimage
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up client and daemon roles or confusing image with registry.