Question 51
Which of the following is true about using the '-P' option when creating a new container?
Question 52
A service 'wordpress' is running using a password string to connect to a non-Dockerized database service. The password string is passed into the 'wordpress' service as a Docker secret. Per security policy, the password on the database was changed. Identity the correct sequence of steps to rotate the secret from the old password to the new password.
Question 53
Two pods bear the same label, app: dev.
Will a label selector matching app: dev match both of these pods?
Will a label selector matching app: dev match both of these pods?
Question 54
What is the docker command to setup a swarm?
Question 55
Which of the following is required to install Docker EE from a package repository?