Complete the command to check the Docker client version.
docker [1]The docker version command shows the Docker client and daemon versions.
Complete the command to list all running Docker containers.
docker [1]The docker ps command lists running containers.
Fix the error in the command to pull an image from Docker Hub.
docker [1] ubuntuThe docker pull command downloads an image from a registry like Docker Hub.
Fill both blanks to describe Docker architecture components in the sentence.
The Docker [1] is the client that sends commands, and the Docker [2] runs in the background to manage containers.
The Docker client sends commands, and the daemon manages containers in the background.
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 [1] manages containers, [2]s are stored locally, and the [3] is the remote source for images.
The daemon manages containers, images are stored locally, and the registry is the remote source for images.