Skip to content

Commit

Permalink
Move docker to top of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
film42 committed Oct 29, 2016
1 parent 9d43beb commit b45e342
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ Turbulence

An http/https proxy for navigating through rough air.

#### Docker

```
docker run -p 25000:25000 -d film42/turbulence:latest
```

#### Usage

```
Expand All @@ -26,9 +32,3 @@ Example connection to google's homepage:
[info] 2016/10/29 14:13:14 connection.go:70: [a3897a] Connection closed.
[info] 2016/10/29 14:13:14 connection.go:70: [ed8b8d] Connection closed.
```

#### Docker

```
docker run -p 25000:25000 -d film42/turbulence:latest
```

0 comments on commit b45e342

Please sign in to comment.