Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Fix review items
Browse files Browse the repository at this point in the history
  • Loading branch information
chancez committed Sep 17, 2014
1 parent a4184cd commit e5c35a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/.dockerignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build.sh
build.sh
5 changes: 5 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Build Instructions
==================

Note: The follwing instructions require root access, because docker requires running as
root. You will need to use `sudo`, or add the user running the script to a
Unix group called `docker`. Instructions to do so can be found on the docker website
here: https://docs.docker.com/installation/ubuntulinux/#giving-non-root-access

Simply run `build_docker.sh`. This generates 2 Docker images, `heka_base` and `heka`.
The first image contains the Heka source and the Heka build artifacts, and the second
contains a deb packaged Heka installation. Both `ENTRYPOINTS` are set to `hekad`,
Expand Down

0 comments on commit e5c35a2

Please sign in to comment.