"CNCF × Alibaba native cloud technology disclosed class" knowledge self-test (2): The basic concept of the container

(Radio) 1 has been running docker run -d -t -name demo ubuntu top and docker run --name demo-x --pid container:. Demo ubuntu ps command, whether the vessel can be stopped within the demo-x container?

(Radio) 2. Has been running docker run -d -t -name demo ubuntu top command, which docker the following command to create a container vessel can see the demo process?

(Radio) 3. Which of the following docker command can be used to create a container using the host hostname?

(Radio) 4. Init process known containers PID, on the host end of the process kill -9 PID by the way, what is the current state of the containers are?

. (Radio) 5 has been running docker run -d -name demo busybox: 1.25 top command, how to use docker command to get the Init process PID container demo?

(Radio) 6 has been running docker run -d -t -name demo ubuntu top command, can stop the container in the container inside the demo?

(Radio) 7. Which of the following command creates a docker out of the container can automatically restart?

(Radio) 8. has run docker run -d -t -name demo ubuntu top command, see what the top command in the demo this PID is the container?

(Radio) 9. been running docker run -d -t -name demo ubuntu top and docker run --name demo-x --pid container : demo ubuntu ps command, if the demo out of the container, a running demo-x whether the vessel will exit?

(Multiple choice) 10. How quickly determine whether to support dynamic docker daemon running to take over the container?

Guess you like

Origin www.cnblogs.com/songqingbo/p/11389725.html