Skip to content

Commit

Permalink
Adding example for building and installing in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
welleby committed Dec 14, 2018
1 parent 681bbbd commit 1fd4806
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions install_docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
rm -f logstash-filter-transaction_time-1.0.6.gem &&
bundle exec rspec &&
gem build logstash-filter-transaction_time &&
cp logstash-filter-transaction_time-1.0.6.gem /home/twelleby/dev/docker/ELK/logstash &&
cd /home/twelleby/dev/docker/ELK &&
docker-compose up -d --build logstash
#docker restart logstash &&
#docker logs -f logstash

0 comments on commit 1fd4806

Please sign in to comment.