Explore topic-wise MCQs in Technical MCQs.

This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.

1.

which tells the Docker command to return the Image ID’s only?

A. -a
B. -p
C. -q
D. -t
E.
Answer» D. -t
2.

Virtual Size is size of the image.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
Answer» B. FALSE
3.

Which command is used see the details of an image or container?

A. hint
B. inspect
C. details
D. sudo
Answer» C. details
4.

The Docker images on the system can be removed via the _________ command.

A. docker remove
B. docker drop
C. docker delete
D. docker rmi
Answer» E.
5.

Image ID is used to uniquely identify the image.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
Answer» B. FALSE
6.

Which is used to logically tag images?

A. TAG
B. Image ID
C. Created
D. Virtual Size
Answer» B. Image ID
7.

Which command is used to mention that we want to create an instance of an image?

A. docker
B. run
C. image
D. container
Answer» C. image
8.

To see the list of Docker images on the system, which of the following command is used?

A. run images
B. docker run images
C. docker images
D. None of the above
Answer» D. None of the above
9.

In Docker, everything is based on Images.

A. Yes
B. No
C. Can be yes or no
D. Can not say
Answer» B. No
10.

An ______ is a combination of a file system and parameters.

A. hub
B. image
C. container
D. file
Answer» C. container