Developer Quick-Start - Need modification

Change-Id: I51e47fe6e0a91a856498d64e80bb09f668fd36b4
Closes-Bug: #1682025
This commit is contained in:
Feng Shengqin 2017-04-12 15:51:23 +08:00 committed by feng.shengqin
parent 55f02836c3
commit f687b6ebac
2 changed files with 2 additions and 3 deletions

View File

@ -84,8 +84,7 @@ Using the service
We will create a container that pings the address 8.8.8.8 four times::
zun create --name test --command "ping -c 4 8.8.8.8" cirros
zun start test
zun run --name test cirros ping -c 4 8.8.8.8
You should see a similar output to::

View File

@ -55,7 +55,7 @@ Proposed change
it in the follow bp/bug).
The diagram below offers an overview of the interactive mode architecture.
E.g : zun run -i -t --name test --command "/bin/sh" cirros
E.g : zun run -i --name test cirros /bin/sh
The sequence diagram is in this link:
https://github.com/kevin-zhaoshuai/workflow