When an application being managed by UCP fails, you would like a summary of all requests made to the UCP API in the hours leading up to the failure.What must be configured correctly beforehand for this to be possible?
A user’s attempts to set the system time from inside a Docker container are unsuccessful.Could this be blocking this operation?SELinux
One of several containers in a pod is marked as unhealthy after failing its livenessProbe many times.Is this the action taken by the orchestrator to fix the unhealthy container?The unhealthy container is restarted.
Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?Set INSECURE_REGISTRY in the ‘/etc/docker/default’ configuration file.
Is this a way to configure the Docker engine to use a registry without a trusted TLS certificate?Set and export the IGNORE_TLS environment variable on the command line.
What is the difference between the ADD and COPY Dockerfile instructions? (Choose two.)