Browse Source

Update content.md

Michael C. Coberly 2 years ago
parent
commit
ea6da8ba6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aerospike/content.md

+ 1 - 1
aerospike/content.md

@@ -83,7 +83,7 @@ You should first `-v` map a local directory, which Docker will bind mount. Next,
 For example:
 
 ```console
-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
 ```
 
 ### Persistent Data Directory