mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Improve/fix "Dockerizing Applications" page.
* Try to update the wording for the notes. Signed-off-by: Charles Chan <charleswhchan@users.noreply.github.com>
This commit is contained in:
parent
00843d18d8
commit
316eb2979e
1 changed files with 4 additions and 4 deletions
|
@ -133,8 +133,8 @@ This really long string is called a *container ID*. It uniquely
|
||||||
identifies a container so we can work with it.
|
identifies a container so we can work with it.
|
||||||
|
|
||||||
> **Note:**
|
> **Note:**
|
||||||
> The container ID is a bit long and unwieldy and a bit later
|
> The container ID is a bit long and unwieldy. A bit later,
|
||||||
> on we'll see a shorter ID and some ways to name our containers to make
|
> we'll see a shorter ID and ways to name our containers to make
|
||||||
> working with them easier.
|
> working with them easier.
|
||||||
|
|
||||||
We can use this container ID to see what's happening with our `hello world` daemon.
|
We can use this container ID to see what's happening with our `hello world` daemon.
|
||||||
|
@ -157,8 +157,8 @@ is running, its status and an automatically assigned name,
|
||||||
`insane_babbage`.
|
`insane_babbage`.
|
||||||
|
|
||||||
> **Note:**
|
> **Note:**
|
||||||
> Docker automatically names any containers you start, a
|
> Docker automatically generates names for any containers started.
|
||||||
> little later on we'll see how you can specify your own names.
|
> We'll see how to specify your own names a bit later.
|
||||||
|
|
||||||
Okay, so we now know it's running. But is it doing what we asked it to do? To see this
|
Okay, so we now know it's running. But is it doing what we asked it to do? To see this
|
||||||
we're going to look inside the container using the `docker logs`
|
we're going to look inside the container using the `docker logs`
|
||||||
|
|
Loading…
Reference in a new issue