We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e650a72 commit 70fc036Copy full SHA for 70fc036
docker/start_db_cluster.sh
@@ -7,6 +7,8 @@
7
# EXAMPLE:
8
# ./start_db_cluster.sh docker.io/arangodb:3.5.0
9
10
+docker pull "$1"
11
+
12
LOCATION=$(pwd)/$(dirname "$0")
13
14
docker network create arangodb --subnet 172.28.0.0/16
docker/start_db_single.sh
# ./start_db_single.sh docker.io/arangodb:3.5.0
docker run -d -e ARANGO_ROOT_PASSWORD=test -e ARANGO_LICENSE_KEY="$ARANGO_LICENSE_KEY" -p 8529:8529 "$1"
echo "waiting for arangodb ..."
0 commit comments