Question 81
A user's attempts to set the system time from inside a Docker container are unsuccessful.
Could this be blocking this operation?
Solution. SELinux
Could this be blocking this operation?
Solution. SELinux
Question 82
Will this command mount the host's '/data' directory to the ubuntu container in read-only mode?
Solution: 'docker run --add-volume /data /mydata -read-only ubuntu'
Solution: 'docker run --add-volume /data /mydata -read-only ubuntu'
Question 83
A persistentVolumeClaim (PVC) is created with the specification storageClass: "", and size requirements that cannot be satisfied by any existing persistentVolume.
Is this an action Kubernetes takes in this situation?
Solution: The PVC remains unbound until a persistentVolume that matches all requirements of the PVC becomes available.
Is this an action Kubernetes takes in this situation?
Solution: The PVC remains unbound until a persistentVolume that matches all requirements of the PVC becomes available.
Question 84
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?
Question 85
Is this the purpose of Docker Content Trust?
Solution: Enable mutual TLS between the Docker client and server.
Solution: Enable mutual TLS between the Docker client and server.
