Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Apr 19, 2016
1 parent da066a5 commit 6d44372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ It's quite easy to start a container:

docker run -P -n docker-centos-openssh robertdebock/docker-centos-openssh

A private key will be displayed, copy-pasts-save it.
A private key will be displayed, copy-pasts-save it, set the permissions to 0600.

Find out what port Docker has connected to the container:

docker port docker-centos-openssh

Find out the IP address using docker-machine.
Find out the IP address using, possibly using docker-machine.

docker-machine ls

Expand Down

0 comments on commit 6d44372

Please sign in to comment.