Update content.md

This commit is contained in:
Michael C. Coberly 2023-08-22 14:54:06 -07:00 committed by GitHub
parent d70274a1cf
commit ea6da8ba6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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