mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-06-16 02:45:47 +00:00
update node README.md
Signed-off-by: Gong Sophia <sophia.gong@intel.com>
This commit is contained in:
+6
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user