Question 61
Will this command ensure that overlay traffic between service tasks is encrypted?
Solution: docker service create --network --encrypted
Solution: docker service create --network --encrypted
Question 62
Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?
Solution: Pass the '--insecure-registry' flag to the daemon at run time.
Solution: Pass the '--insecure-registry' flag to the daemon at run time.
Question 63
In Docker Trusted Registry, is this how a user can prevent an image, such as 'nginx:latest', from being overwritten by another user with push access to the repository?
Solution: Tag the image with 'nginx:immutable'.
Solution: Tag the image with 'nginx:immutable'.
Question 64
Is this a type of Linux kernel namespace that provides container isolation?
Solution. Process ID
Solution. Process ID
Question 65
Will this command display a list of volumes for a specific container?
Solution. 'docker container inspect nginx'
Solution. 'docker container inspect nginx'