Fix zun command in zun-guide

Zun command is invalid, double colons are not
valid.
More info about this in bug report.

Change-Id: I367aec97775dcefb2c45fe55a311c5451d33e703
Closes-bug: #1706569
This commit is contained in:
Eduardo Gonzalez 2017-07-26 17:41:10 +02:00
parent 5e9697d2fd
commit afe16ceadd
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Create zun container.
::
$ zun create --name test cirros "ping -c 4 8.8.8.8"
$ zun create --name test cirros ping -c4 8.8.8.8
Verify container is created.