mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
improve sentence readabilty
This commit is contained in:
parent
c8f885a4d0
commit
630ae43e7d
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ Hello World Daemon
|
||||||
|
|
||||||
The most boring daemon ever written.
|
The most boring daemon ever written.
|
||||||
|
|
||||||
This example assumes you have Docker installed and with the Ubuntu
|
This example assumes you have Docker installed and the Ubuntu
|
||||||
image already imported ``docker pull ubuntu``. We will use the Ubuntu
|
image already imported with ``docker pull ubuntu``. We will use the Ubuntu
|
||||||
image to run a simple hello world daemon that will just print hello
|
image to run a simple hello world daemon that will just print hello
|
||||||
world to standard out every second. It will continue to do this until
|
world to standard out every second. It will continue to do this until
|
||||||
we stop it.
|
we stop it.
|
||||||
|
|
Loading…
Reference in a new issue