Update README.md
This commit is contained in:
parent
04bc20d595
commit
e1f9e4cf4e
|
@ -251,13 +251,13 @@ To Use:
|
||||||
- curl -0 -X POST http://10.0.86.191:8002/flow/start -H "Content-type: application/json" -d 'this is your flow json'
|
- curl -0 -X POST http://10.0.86.191:8002/flow/start -H "Content-type: application/json" -d 'this is your flow json'
|
||||||
|
|
||||||
## docker-started
|
## docker-started
|
||||||
- pull piflow-v0.6 images
|
- pull piflow images
|
||||||
docker pull registry.cn-hangzhou.aliyuncs.com/cnic_piflow/piflow:v0.6
|
docker pull registry.cn-hangzhou.aliyuncs.com/cnic_piflow/piflow:v0.6
|
||||||
|
|
||||||
- show docker images
|
- show docker images
|
||||||
docker images
|
docker images
|
||||||
|
|
||||||
- run a container with piflow-bundle imageID , all services run automatically
|
- run a container with piflow imageID , all services run automatically
|
||||||
docker run --name piflow-v0.6 -it [imageID] /bin/bash
|
docker run --name piflow-v0.6 -it [imageID] /bin/bash
|
||||||
|
|
||||||
- please visit "containerip:6001/piflow-web", it may take a while
|
- please visit "containerip:6001/piflow-web", it may take a while
|
||||||
|
|
Loading…
Reference in New Issue