start_openpilot_docker.sh: fix docker container name (#20444)

pull/20447/head
ChoMinSung 2021-03-23 21:20:11 +09:00 committed by GitHub
parent 0ccaec495c
commit 34342b21a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ docker run --net=host\
-e QT_X11_NO_MITSHM=1 \
-w "$OPENPILOT_DIR/tools/sim" \
$EXTRA_ARGS \
commaai/openpilot-sim:latest \
ghcr.io/commaai/openpilot-sim:latest \
/bin/bash -c "./tmux_script.sh $*"