Skip to content

Commit 2b65cb2

Browse files
committed
Merge pull request #3004 from theaboutbox/fix-logspout-docs
docs(logspout): Fix remote syslog example
2 parents 5e951c7 + cede565 commit 2b65cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logspout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Logspout is a very small Docker container, so you can just pull it from the inde
1818

1919
The simplest way to use logspout is to just take all logs and ship to a remote syslog. Just pass a default syslog target URI as the command. Also, we always mount the Docker Unix socket with `-v` to `/tmp/docker.sock`:
2020

21-
$ docker run -v=/var/run/docker.sock:/tmp/docker.sock deis/logspout syslog://logs.papertrailapp.com:55555
21+
$ docker run -v=/var/run/docker.sock:/tmp/docker.sock deis/logspout /bin/logspout syslog://logs.papertrailapp.com:55555
2222

2323
If deis/logspout is deployed on Deis, it will connect automatically to deis-logger via service discovery.
2424

0 commit comments

Comments
 (0)