Ver a proveniência

recheck path to docker after installation

tags/v1.5.10
Jonathan Cobb há 3 anos
ascendente
cometimento
d474be5dbb
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      launcher

+ 1
- 0
launcher Ver ficheiro

@@ -164,6 +164,7 @@ function run_launcher() {
DOCKER="$(which docker)"
if [[ -z "${DOCKER}" ]]; then
setup_docker
DOCKER="$(which docker)"
if [[ -z "${DOCKER}" ]]; then
die "***** Error installing docker
Install docker manually from https://docs.docker.com/engine/install/


Carregando…
Cancelar
Guardar