Specify comma containers come from ghcr.io in docker pull commands. (#20342)

This commit is contained in:
wolterhv
2021-03-14 19:59:05 +00:00
committed by GitHub
parent fc64a75030
commit 5463469f71
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../../
docker pull commaai/openpilot-base:latest
docker pull ghcr.io/commaai/openpilot-base:latest
docker build \
--cache-from commaai/openpilot-sim:latest \
-t commaai/openpilot-sim:latest \
+1 -1
View File
@@ -3,7 +3,7 @@
# expose X to the container
xhost +local:root
docker pull commaai/openpilot-sim:latest
docker pull ghcr.io/commaai/openpilot-sim:latest
docker run --net=host\
--name openpilot_client \