What behavior is expected when a service is created with the following command:
'docker service create --publish 8000:80 nginx'
Which flag for a service would allow a container to consume more than 2 GB of memory only when there is no memory contention but would also prevent a container from consuming more than 4GB of memory, in any case?
Which of the following is required to install Docker EE from a package repository?
The output of which command can be used to find the architecture and operating system an image is compatible with?
You want to create a container that is reachable from its host's network. Does this action accomplish this?
Solution: Use network attach to access the containers on the bridge network