Question 31
Which one of the following commands will show a list of volumes for a specific container?
Question 32
A user is having problems running Docker. Which of the following will start Docker in debug mode?
Question 33
Will this command display a list of volumes for a specific container?
Solution. 'docker container logs nginx -volumes'
Solution. 'docker container logs nginx -volumes'
Question 34
The following health check exists in a Dockerfile:
'HEALTCHECK
CMD curl --fail http://localhost/health || exit 1'
Which of the following describes its purpose?
'HEALTCHECK
CMD curl --fail http://localhost/health || exit 1'
Which of the following describes its purpose?
Question 35
Will this sequence of steps completely delete an image from disk in the Docker Trusted Registry?
Solution: Delete the image and delete the image repository from Docker Trusted Registry
Solution: Delete the image and delete the image repository from Docker Trusted Registry
