Browse Source

Aerospike Dockerfile Default Volume info (#1814)

Lucien Volmar 5 years ago
parent
commit
d1b3ce3cc0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      aerospike/content.md

+ 2 - 0
aerospike/content.md

@@ -62,6 +62,8 @@ A full example:
 $ docker run -d -v <DIRECTORY>:/opt/aerospike/data --name aerospike -p 3000:3000 -p 3001:3001 -p 3002:3002 -p 3003:3003 %%IMAGE%%
 ```
 
+**Note:** As of version 5.1.0.10 the Dockerfile no longer has /opt/aerospike/data as a Docker Volume by default.
+
 ## Clustering
 
 Aerospike recommends using Mesh Clustering. Mesh uses TCP point to point connections for heartbeats. Each node in the cluster maintains a heartbeat connection to all other nodes. Please see [http://www.aerospike.com/docs/operations/configure/network/heartbeat/#mesh-unicast-heartbeat](http://www.aerospike.com/docs/operations/configure/network/heartbeat/#mesh-unicast-heartbeat)