Skip to content

Commit

Permalink
Fix nc usage example.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Sep 4, 2015
1 parent 38ba3eb commit 3c6bd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Then on the same machine:

```
docker run --rm -ti --net container:adbd sorccu/adb adb devices
docker run --rm -ti --net container:adbd ubuntu nc localhost 5037 <<< 000chost:devices
docker run --rm -i --net container:adbd ubuntu nc localhost 5037 <<<000chost:devices
```

**Pros:**
Expand Down

0 comments on commit 3c6bd4b

Please sign in to comment.