Skip to content

Commit 70fc036

Browse files
author
michele
committed
docker script upd
1 parent e650a72 commit 70fc036

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker/start_db_cluster.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# EXAMPLE:
88
# ./start_db_cluster.sh docker.io/arangodb:3.5.0
99

10+
docker pull "$1"
11+
1012
LOCATION=$(pwd)/$(dirname "$0")
1113

1214
docker network create arangodb --subnet 172.28.0.0/16

docker/start_db_single.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
# EXAMPLE:
88
# ./start_db_single.sh docker.io/arangodb:3.5.0
99

10+
docker pull "$1"
11+
1012
docker run -d -e ARANGO_ROOT_PASSWORD=test -e ARANGO_LICENSE_KEY="$ARANGO_LICENSE_KEY" -p 8529:8529 "$1"
1113

1214
echo "waiting for arangodb ..."

0 commit comments

Comments
 (0)