REL-1193 Update content.md

This commit is contained in:
Michael C. Coberly 2023-05-26 12:15:11 -07:00 committed by GitHub
parent 1ef890fef4
commit 001ff036e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ docker run -d -v DIR:/opt/aerospike/etc/ -e "FEATURE_KEY_FILE=/opt/aerospike/etc
Above, *DIR* is a directory on your machine where you drop your feature key file. Make sure Docker Desktop has file sharing permission to bind mount it into Docker containers.
### Running an Aerospike EE node with a feature key file in a mapped directory
### Running a node with a feature key file in an environment variable
```console
FEATKEY=$(base64 ~/Desktop/evaluation-features.conf)