Skip to content

fphammerle/docker-mount-propagation-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Test propagation of bind mount.

docker run --rm --init \
    --cap-add SYS_ADMIN --security-opt apparmor:unconfined \
    -v /tmp/prop-test-host:/prop-test/vol:rshared \
    --name mount-propagation-test fphammerle/mount-propagation-test
cat /tmp/prop-test-host/mp/mountinfo-container

You may need to disable user namespace remapping --userns host due to moby/moby#36472 (comment) .