Blame view

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