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 6b0212e commit 6be4cbbCopy full SHA for 6be4cbb
examples/mac_on_docker_cluster.sh
@@ -5,6 +5,9 @@
5
# By default this script uses the latest released ArangoDB docker image.
6
# To use another image, set ARANGOIMAGE to the desired image, before calling this script.
7
#
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
+#
11
12
NSCONTAINER=arangodb-on-mac-ns
13
STARTERCONTAINER=arangodb-on-mac
0 commit comments