0
0
Dockerdevops~10 mins

Why registries store and distribute images in Docker - Test Your Understanding

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

Complete the command to pull an image from a Docker registry.

Docker
docker [1] nginx:latest
Drag options to blanks, or click blank then click option'
Apull
Bpush
Crun
Dbuild
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'push' instead of 'pull' will try to upload an image instead of downloading.
2fill in blank
medium

Complete the command to upload an image to a Docker registry.

Docker
docker [1] myapp:1.0
Drag options to blanks, or click blank then click option'
Atag
Bpush
Crun
Dpull
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'pull' will try to download instead of upload.
3fill in blank
hard

Fix the error in the command to tag an image before pushing it to a registry.

Docker
docker tag myapp:latest [1]/myapp:latest
Drag options to blanks, or click blank then click option'
Amyregistry.com
Blatest
Cmyapp
Ddocker
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'latest' or 'myapp' alone misses the registry address.
4fill in blank
hard

Fill both blanks to complete the explanation of why registries are used.

Docker
Registries store images to [1] sharing and [2] deployment.
Drag options to blanks, or click blank then click option'
Aenable
Bdisable
Csimplify
Dcomplicate
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing negative words like 'disable' or 'complicate'.
5fill in blank
hard

Fill all three blanks to complete the sentence about image distribution.

Docker
Images are [1] in registries, [2] by users, and [3] on servers.
Drag options to blanks, or click blank then click option'
Astored
Bpulled
Crun
Ddeleted
Attempts:
3 left
💡 Hint
Common Mistakes
Using 'deleted' instead of 'run' for the last blank.