Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # You can also pass the config file through using volumes,
  2. # but they volumes are a bit flakey on Windows Docker
  3.  
  4. FROM logstash:latest
  5. COPY logstash-gelf.conf /etc/logstash/logstash-gelf.conf
  6.  
  7. ENTRYPOINT ["logstash", "-f", "/etc/logstash/logstash-gelf.conf"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement