summaryrefslogtreecommitdiff
path: root/docs/sources/userguide/usingdocker.md
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-08-07 22:01:07 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-08-07 22:01:07 +0000
commit622225b48e72a2d43eeb63d5301ce3aa1fd7edb2 (patch)
tree7fefd8da54773f4365fe32c119be24c58906c015 /docs/sources/userguide/usingdocker.md
parentb3552c73bbc69ff3e8878e4b6ef3349c8cabc434 (diff)
parentd84a070e476ce923dd03e28232564a87704613ab (diff)
downloaddocker-baserock/v1.1.2.tar.gz
Merge tag 'v1.1.2' into foobaserock/v1.1.2
v1.1.2
Diffstat (limited to 'docs/sources/userguide/usingdocker.md')
-rw-r--r--docs/sources/userguide/usingdocker.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/docs/sources/userguide/usingdocker.md b/docs/sources/userguide/usingdocker.md
index 54c094bfa9..857eac5e56 100644
--- a/docs/sources/userguide/usingdocker.md
+++ b/docs/sources/userguide/usingdocker.md
@@ -19,7 +19,7 @@ In the process we learned about several Docker commands:
> **Tip:**
> Another way to learn about `docker` commands is our
-> [interactive tutorial](https://www.docker.io/gettingstarted).
+> [interactive tutorial](https://www.docker.com/tryit/).
The `docker` client is pretty simple. Each action you can take
with Docker is a command and each command can take a series of
@@ -87,11 +87,6 @@ This will display the help text and all available flags:
--no-stdin=false: Do not attach stdin
--sig-proxy=true: Proxify all received signal to the process (even in non-tty mode)
-
-None of the containers we've run did anything particularly useful
-though. So let's build on that experience by running an example web
-application in Docker.
-
> **Note:**
> You can see a full list of Docker's commands
> [here](/reference/commandline/cli/).
@@ -140,8 +135,8 @@ command. This tells the `docker ps` command to return the details of the
*last* container started.
> **Note:**
-> The `docker ps` command only shows running containers. If you want to
-> see stopped containers too use the `-a` flag.
+> By default, the `docker ps` command only shows information about running
+> containers. If you want to see stopped containers too use the `-a` flag.
We can see the same details we saw [when we first Dockerized a
container](/userguide/dockerizing) with one important addition in the `PORTS`
@@ -184,8 +179,9 @@ see the application.
Our Python application is live!
> **Note:**
-> If you have used boot2docker on OSX you'll need to get the IP of the virtual
-> host instead of using localhost. You can do this by running the following in
+> If you have used the boot2docker virtual machine on OS X, Windows or Linux,
+> you'll need to get the IP of the virtual host instead of using localhost.
+> You can do this by running the following in
> the boot2docker shell.
>
> $ boot2docker ip