From 001ff036e0dcce681d9dfd29806d1fb87aed7469 Mon Sep 17 00:00:00 2001 From: "Michael C. Coberly" Date: Fri, 26 May 2023 12:15:11 -0700 Subject: [PATCH] REL-1193 Update content.md --- aerospike/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aerospike/content.md b/aerospike/content.md index 35650ff23..cb88c5588 100644 --- a/aerospike/content.md +++ b/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. -### 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)