update node README.md

Signed-off-by: Gong Sophia <sophia.gong@intel.com>
This commit is contained in:
Gong Sophia
2019-11-15 09:48:03 +08:00
committed by ZhongbaoShi
parent 06124f36f0
commit acff2649d8
+6 -1
View File
@@ -75,7 +75,12 @@ Steps to deploy node on a Kubernetes cluster:
curl <nodeIP>: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
```
<!-- Required -->
## Build and modify: