Question 61
You want to create a container that is reachable from its host's network. Does this action accomplish this?
Solution: Use --link to access the container on the bridge network.
Solution: Use --link to access the container on the bridge network.
Question 62
You want to provide a configuration file to a container at runtime. Does this set of Kubernetes tools and steps accomplish this?
Solution: Mount the configuration file directly into the appropriate pod and container using the .spec.containers.configMounts key.
Solution: Mount the configuration file directly into the appropriate pod and container using the .spec.containers.configMounts key.
Question 63
Will this action upgrade Docker Engine CE to Docker Engine EE?
Solution: Manually download the 'docker-ee' package
Solution: Manually download the 'docker-ee' package
Question 64
Will this command display a list of volumes for a specific container?
Solution: 'docker container inspect nginx'
Solution: 'docker container inspect nginx'