Skip to content

Commit

Permalink
Bad EXEC for starting up heka container
Browse files Browse the repository at this point in the history
  • Loading branch information
xrl committed Sep 3, 2015
1 parent 16ea242 commit 732a5b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.final
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ RUN apt-get update && apt-get install -y libgeoip1
RUN dpkg -i /tmp/heka.deb && rm /tmp/heka.deb

EXPOSE 4352
ENTRYPOINT ["hekad"]
ENTRYPOINT ["hekad", "-config=/etc/heka/conf.d"]
3 changes: 2 additions & 1 deletion docker/build_docker.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
# verbose/exit on error
set -xe
docker build -t mozilla/heka_base ..
docker build --rm -t mozilla/heka_build .
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -ti mozilla/heka_build
Expand Down

0 comments on commit 732a5b2

Please sign in to comment.