Table des matières

, ,

Notes namespaces unshare mount bind shared

Voir :

Autres

findmnt -o TARGET,PROPAGATION /opt
 
cat /proc/1/mountinfo

Pb

Err WARN[0001] "/" is not a shared mount, this could cause issues or missing mounts with rootless containers

$ podman pull docker.io/hadolint/hadolint
WARN[0001] "/" is not a shared mount, this could cause issues or missing mounts with rootless containers

Solution

sudo mount --make-shared /

FIXME