Skip to content

Commit 6be4cbb

Browse files
committed
Add volume mapping note
1 parent 6b0212e commit 6be4cbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/mac_on_docker_cluster.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
# By default this script uses the latest released ArangoDB docker image.
66
# To use another image, set ARANGOIMAGE to the desired image, before calling this script.
77
#
8+
# Note: This script does not use a volume mapping, so data is lost after stopping the starter!
9+
# If you want to persist data, add a volume mapping for /data.
10+
#
811

912
NSCONTAINER=arangodb-on-mac-ns
1013
STARTERCONTAINER=arangodb-on-mac

0 commit comments

Comments
 (0)