Uploaded by Zhenghang Liu

Java-Sep-2023

advertisement
Docker Assessment Questions
1.
____ is a cloud registry service that allows to obtain Docker images created by other communities b
a. Container
b. Hub
c. Images
2.
Which of the following statement is correct? b
a. To remove a container, you need to first stop it.
b. You can directly remove container, without stopping it.
3.
Once the container has stopped, which of the following command you will use to remove a container? a
a. Docker remove
b. Docker Destory
c. Docker rm
d. Docker del
4.
Which of the following is a tool that was built to assist define and distributed multi-container
ccapplications?
a. Docker setup
b. Docker compose
c. Docker notify
5.
Which of the following command is used to display the statistics of a running container? d
a. Docker statistics
b. Stats
c. Docker statics
d. Docker stats
Download