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

old-commit-hash: 34342b21a9
commatwo_master
ChoMinSung 4 years ago committed by GitHub
parent 96378a5b91
commit a5727d14cb
  1. 2
      tools/sim/start_openpilot_docker.sh

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

Loading…
Cancel
Save