Question 26
Which command interactively monitors all container activity in the Docker engine?
Question 27
Will a DTR security scan detect this?
Solution: licenses for known third party binary components
Solution: licenses for known third party binary components
Question 28
What is the docker command to setup a swarm?
Question 29
Will this command mount the host's '/data' directory to the ubuntu container in read-only mode?
Solution: 'docker run --add-volume /data /mydata -read-only ubuntu'
Solution: 'docker run --add-volume /data /mydata -read-only ubuntu'
Question 30
You are troubleshooting a Kubernetes deployment called api, and want to see the events table for this object. Does this command display it?
Solution: kubectl logs deployment api
Solution: kubectl logs deployment api
