1
0
mirror of /repos/baseimage-docker.git synced 2025-12-30 08:01:31 +01:00

Fix an anchor in the README

This commit is contained in:
Hongli Lai (Phusion) 2014-06-17 17:41:20 +02:00
parent 0b468fb61b
commit ba1e1ffbf5
No known key found for this signature in database
GPG Key ID: 2AF96EB85EF4DA0D

View File

@ -359,7 +359,7 @@ Now SSH into the container as follows:
ssh -i /path-to/your_key root@<IP address>
<a name="docker_attach"></a>
<a name="docker_bash"></a>
#### 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.