Explorar el Código

Restart container on errors

master
Zac Herd hace 5 años
padre
commit
955ee8b8d1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      run.sh

+ 1
- 1
run.sh Ver fichero

@@ -1,2 +1,2 @@
#!/bin/sh
docker run -v maki:/maki/persist -t maki
docker run -v maki:/maki/persist --restart on-failure -t maki

Cargando…
Cancelar
Guardar