Will this command ensure that overlay traffic between service tasks is encrypted?
Solution: docker service create --network --secure
Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution: Uninstall 'docker-ce' package before installing 'docker-ee' package.
You configure a local Docker engine to enforce content trust by setting the environment variable DOCKER_CONTENT_TRUST=1.
If myorg/myimage: 1.0 is unsigned, does Docker block this command?
Solution: docker service create myorg/myimage:1.0
Is this a type of Linux kernel namespace that provides container isolation?
Solution: Authentication