exec_container.sh 161 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #!/bin/bash while getopts c: o; do case $o in (c) NOM_CONTAINER=$OPTARG;; esac done unshare -p -f -m -n -u chroot /mnt/baleine/$NOM_CONTAINER /bin/bash