sim: add docker kill to openpilot docker (#26310)

add docker kill to openpilot docker
pull/22963/head
Ricardo Nuno 3 years ago committed by GitHub
parent 0e162cc13b
commit d1cf31bced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/sim/start_openpilot_docker.sh

@ -20,6 +20,7 @@ else
EXTRA_ARGS="${EXTRA_ARGS} -it" EXTRA_ARGS="${EXTRA_ARGS} -it"
fi fi
docker kill openpilot_client || true
docker run --net=host\ docker run --net=host\
--name openpilot_client \ --name openpilot_client \
--rm \ --rm \

Loading…
Cancel
Save