From 134900a8d0a67e8d9b4bd36f16c3c9fc55caca21 Mon Sep 17 00:00:00 2001 From: Nathan Dunn Date: Wed, 30 Oct 2019 16:03:28 -0700 Subject: [PATCH] trying to add the docker pull ot see if that does anything --- bootstrap_apollo.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap_apollo.sh b/bootstrap_apollo.sh index b213fea0..bf37c215 100755 --- a/bootstrap_apollo.sh +++ b/bootstrap_apollo.sh @@ -3,6 +3,7 @@ export GALAXY_SHARED_DIR=`pwd`/apollo_shared_dir mkdir -p "$GALAXY_SHARED_DIR" +docker pull quay.io/gmod/apollo:latest docker run --memory=4g -d -it -p 8888:8080 -v `pwd`/apollo_shared_dir/:`pwd`/apollo_shared_dir/ quay.io/gmod/apollo:latest echo "[BOOTSTRAP] Waiting while Apollo starts up..."