Skip to content

Commit

Permalink
Adds port info to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Pace committed Sep 24, 2014
1 parent 72023e4 commit 0490652
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@ If you want to use it:
```
sudo docker run --privileged -p 2222 -t tmate-docker
```

To know which port was tmate binded, run:
```
docker ps # this will show you the container id
docker port <container id> 2222
```

0 comments on commit 0490652

Please sign in to comment.