From f687b6ebac121360fb3069e1a06787ee02e8addc Mon Sep 17 00:00:00 2001 From: Feng Shengqin Date: Wed, 12 Apr 2017 15:51:23 +0800 Subject: [PATCH] Developer Quick-Start - Need modification Change-Id: I51e47fe6e0a91a856498d64e80bb09f668fd36b4 Closes-Bug: #1682025 --- doc/source/dev/quickstart.rst | 3 +-- specs/container-interactive-mode.rst | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/dev/quickstart.rst b/doc/source/dev/quickstart.rst index e7d22291e..bbae8199a 100644 --- a/doc/source/dev/quickstart.rst +++ b/doc/source/dev/quickstart.rst @@ -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:: diff --git a/specs/container-interactive-mode.rst b/specs/container-interactive-mode.rst index 959250a99..f8704e15a 100644 --- a/specs/container-interactive-mode.rst +++ b/specs/container-interactive-mode.rst @@ -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