Blame view

exec_container.sh 161 Bytes
5161dfdb   hmalti   Améliorations scr...
1
2
  #!/bin/bash
  
17bfc359   hmalti   Help Image+contai...
3
  while getopts c: o; do
5161dfdb   hmalti   Améliorations scr...
4
    case $o in
061a7e29   hmalti   Corrections
5
      (c) NOM_CONTAINER=$OPTARG;;
5161dfdb   hmalti   Améliorations scr...
6
7
    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