Developer Quick-Start - Need modification
Change-Id: I51e47fe6e0a91a856498d64e80bb09f668fd36b4 Closes-Bug: #1682025
This commit is contained in:
parent
55f02836c3
commit
f687b6ebac
@ -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::
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user