Docker - Security
Why might a container with
--read-only still fail to start if it tries to write to /var/run without special mounts?--read-only still fail to start if it tries to write to /var/run without special mounts?--read-only, the root filesystem is read-only, so directories like /var/run cannot be written to unless mounted writable./var/run is inside the read-only root filesystem and not mounted writable -> Option D15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions