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

old-commit-hash: 34342b21a9b8524f21a9f8e23d0bd1f5364132cb
This commit is contained in:
ChoMinSung
2021-03-23 21:20:11 +09:00
committed by GitHub
parent 96378a5b91
commit a5727d14cb
+1 -1
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 $*"