added simple readme
This commit is contained in:
parent
270c32ba9d
commit
2b6ad07c36
1 changed files with 10 additions and 0 deletions
10
master-node/README.md
Normal file
10
master-node/README.md
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
Build master-node image (on Windows)
|
||||
```shell
|
||||
docker buildx build -t master-node .
|
||||
```
|
||||
|
||||
Run master-node
|
||||
```shell
|
||||
docker run -p 5010:5010 master-node
|
||||
```
|
||||
|
||||
Loading…
Reference in a new issue