A
Size: a a a
A
DB
SP
SP
A
A
A
DB
AA
$ docker run -it -v /root:/hostroot debian:stretch /bin/bash
root@6e77fe8279f1:/# ls -l /hostroot/
total 0
$ docker run -it -v /root:/hostroot debian:stretch /bin/bash
cd /hostroot/
bash: cd: /hostroot/: Permission denied
LB
AS
DS
$ docker run -it -v /root:/hostroot debian:stretch /bin/bash
root@6e77fe8279f1:/# ls -l /hostroot/
total 0
$ docker run -it -v /root:/hostroot debian:stretch /bin/bash
cd /hostroot/
bash: cd: /hostroot/: Permission denied
G