mirror of
https://github.com/erkules/container-bauen.git
synced 2025-12-31 03:08:28 +01:00
oh my good a fix
This commit is contained in:
@@ -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
|
||||||
~~~
|
~~~
|
||||||
|
|||||||
Reference in New Issue
Block a user