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 d70274a commit ea6da8bCopy full SHA for ea6da8b
aerospike/content.md
@@ -83,7 +83,7 @@ You should first `-v` map a local directory, which Docker will bind mount. Next,
83
For example:
84
85
```console
86
-docker run -d -v /opt/aerospike/etc/:/opt/aerospike/etc/ --name aerospike-p 3000-3002:3000-3002 %%IMAGE%%:ee-[version] --config-file /opt/aerospike/etc/aerospike.conf
+docker run -d -v /opt/aerospike/etc/:/opt/aerospike/etc/ --name aerospike -p 3000-3002:3000-3002 %%IMAGE%%:ee-[version] --config-file /opt/aerospike/etc/aerospike.conf
87
```
88
89
### Persistent Data Directory
0 commit comments