From ba1e1ffbf5f0193ff99a2c5cd9738d2d778e6653 Mon Sep 17 00:00:00 2001 From: "Hongli Lai (Phusion)" Date: Tue, 17 Jun 2014 17:41:20 +0200 Subject: [PATCH] Fix an anchor in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeb9c51..1ce6410 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ Now SSH into the container as follows: ssh -i /path-to/your_key root@ - + #### The `docker-bash` tool Looking up the IP of a container and running an SSH command quickly becomes tedious. Luckily, we provide the `docker-bash` tool which automates this process. This tool is to be run on the *Docker host*, not inside a Docker container.