MultipleChoice
A container named 'analytics' that stores results in a volume called 'data' was created.
docker run -d --name=analytics -v data:/data app1
How are the results accessed in 'data' with another container called 'app2'?
OptionsMultipleChoice
You are pulling images from a Docker Trusted Registry installation configured to use self-signed certificates, and this error appears:
'x509: certificate signed by unknown authority'.
You already downloaded the Docker Trusted Registry certificate authority certificate from https://dtr.example.com/ca.
How do you trust it? (Select two.)
Options