Update README.md

This commit is contained in:
judy0131 2020-02-19 17:15:24 +08:00 committed by GitHub
parent 04bc20d595
commit e1f9e4cf4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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