Skip to content

Commit

Permalink
'docker run' command for remote install was wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed May 22, 2016
1 parent de6a2a1 commit e9f5124
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ The docker image is only ~275MB.
##Usage
On your remote server (this will pull the docker image the first time you issue it):
```
docker run --rm -it -d \
docker run -d \
-p 7777:7777 -p 60000-60020:60000-60020/udp \
-v ~/.ssh/authorized_keys:/root/.ssh/authorized_keys \
tombh/texttop true
tombh/texttop
```
Note that this assumes you already have SSH setup on your server and that you have your public key there. Password
logins work fine too. The `60000-60020` port range is for MoSH.
Expand Down
2 changes: 1 addition & 1 deletion interfacer/mouse_input_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/nsf/termbox-go"
"github.com/tombh/termbox-go"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
Expand Down

0 comments on commit e9f5124

Please sign in to comment.