Docker - Security
You want to run a container with user namespace remapping but need the container's root user to have access to a host directory /data. What is the best way to configure this?
You want to run a container with user namespace remapping but need the container's root user to have access to a host directory /data. What is the best way to configure this?
/data ownership to the remapped UID range allows container root to access it safely without disabling remapping./data on host to the remapped UID range -> Option A15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions