The following Docker Compose file is deployed as a stack:
Is this statement correct about this health check definition?
Solution: Health checks test for app health ten seconds apart. If the test fails, the container will be restarted three times before it gets rescheduled.
Which of the following commands will create a swarm service which only listens on port 53 using the UDP protocol?
Is this a Linux kernel namespace that is disabled by default and must be enabled at Docker engine runtime to be used?
Solution: net
When using the Docker client to push an image to a registry, what environment variable is used to instruct the client to perform signing of the image?