oh my good a fix

This commit is contained in:
Erkan Yanar 2023-12-05 03:51:06 +01:00
parent 4ff2728ee6
commit 1cf3559e2d
Failed to extract signature

View File

@ -90,8 +90,8 @@ docker container run --volume /var/tmp:/srv --rm -ti ubuntu
~~~
mkdir /tmp/container/haha
mount --bind /var/tmp /tmp/container/haha
unshare -p -f -m -u -n -i
mount --bind /var/tmp /tmp/container/haha
chroot /tmp/container sh
ls /haha
~~~