Update content.md
This commit is contained in:
parent
d70274a1cf
commit
ea6da8ba6d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue