mirror of
https://github.com/erkules/container-bauen.git
synced 2025-11-09 15:04:01 +01:00
oh my good a fix
This commit is contained in:
parent
4ff2728ee6
commit
1cf3559e2d
@ -90,8 +90,8 @@ docker container run --volume /var/tmp:/srv --rm -ti ubuntu
|
|||||||
|
|
||||||
~~~
|
~~~
|
||||||
mkdir /tmp/container/haha
|
mkdir /tmp/container/haha
|
||||||
mount --bind /var/tmp /tmp/container/haha
|
|
||||||
unshare -p -f -m -u -n -i
|
unshare -p -f -m -u -n -i
|
||||||
|
mount --bind /var/tmp /tmp/container/haha
|
||||||
chroot /tmp/container sh
|
chroot /tmp/container sh
|
||||||
ls /haha
|
ls /haha
|
||||||
~~~
|
~~~
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user