Blame view

stop_container.sh 75 Bytes
b1087939   hmalti   Ajout commandes
1
2
3
4
5
  #!/bin/bash
  NOM_CONTAINER=$3;
  
  kill $PID
  umount /mnt/baleine/$NOM_CONTAINER