Last active
September 9, 2015 13:29
-
-
Save gecko655/55e433c5762b5e97a9da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# logspoutのdockerコンテナ起動コマンドがさっぱり覚えられないのでメモ | |
# syslogの出力先をpapertrailに | |
docker run -d -h hostname --name logspout -v=/var/run/:/tmp/ gliderlabs/logspout syslog://logs334.papertrailapp.com:114514 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment