Browse Source

Aerospike: Update content.md (#2329)

yosifkit 2 years ago
parent
commit
72251cb33b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aerospike/content.md

+ 1 - 1
aerospike/content.md

@@ -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.
 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
 ```console
 FEATKEY=$(base64 ~/Desktop/evaluation-features.conf)
 FEATKEY=$(base64 ~/Desktop/evaluation-features.conf)