Blame view

exec_container.sh 162 Bytes
5161dfdb   hmalti   Améliorations scr...
1
2
3
4
5
6
7
  #!/bin/bash
  
  while getopts e: o; do
    case $o in
      (e) $NOM_CONTAINER=$OPTARG;;
    esac
  done
055618a3   hmalti   Ajout hash interf...
8
  
5161dfdb   hmalti   Améliorations scr...
9
  unshare -p -f -m -n -u chroot /mnt/baleine/$NOM_CONTAINER /bin/bash