From acff2649d833d1de9f3b271fa0560e70426419b4 Mon Sep 17 00:00:00 2001 From: Gong Sophia Date: Fri, 15 Nov 2019 09:48:03 +0800 Subject: [PATCH] update node README.md Signed-off-by: Gong Sophia --- node/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/node/README.md b/node/README.md index 95ca5db..b6b69cd 100644 --- a/node/README.md +++ b/node/README.md @@ -75,7 +75,12 @@ Steps to deploy node on a Kubernetes cluster: curl :30001 ``` - +### Environment variables + +When you start the node image, you can adjust the configuration of the instance by passing the environment variable on the docker run command line. Manual execution add a -e option with the variable and value: + ``` + docker run -it -e NAME="some-node" --rm clearlinux/node + ``` ## Build and modify: