DCA Exam Question 116
In Docker Trusted Registry, how would a user prevent an image, for example 'nginx:latest' from being overwritten by another user with push access to the repository?
DCA Exam Question 117
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: Use the DTR web Ul to make all tags in the repository immutable.
Solution: Use the DTR web Ul to make all tags in the repository immutable.
DCA Exam Question 118
A company's security policy specifies that development and production containers must run on separate nodes in a given Swarm cluster.
Can this be used to schedule containers to meet the security policy requirements?
Solution: label contraints
Can this be used to schedule containers to meet the security policy requirements?
Solution: label contraints
DCA Exam Question 119
A users attempts to set the system time from inside a Docker container are unsuccessful. Could this be blocking this operation?
Solution: inter-process communication
Solution: inter-process communication
DCA Exam Question 120
You want to create a container that is reachable from its host's network. Does this action accomplish this?
Solution: Use either EXPOSE or --publish to access the containers on the bridge network
Solution: Use either EXPOSE or --publish to access the containers on the bridge network
