Skip to content

Commit

Permalink
Better spacing in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rranshous committed Jul 23, 2015
1 parent a65bb3f commit 5bb9801
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
@@ -1,5 +1,8 @@
`docker build -t pushloggly .`

`docker run -it -v /var/run/docker.sock:/var/run/docker.sock pushloggly <token>`


alt you can use LOGGLY_TOKEN env var

`docker run -it -e LOGGLY_TOKEN=<token> -v /var/run/docker.sock:/var/run/docker.sock pushloggly`

0 comments on commit 5bb9801

Please sign in to comment.