Sign inSign up

bbinet/heka

By bbinet

Updated over 8 years ago

Image
3

2.3K

bbinet/heka repository overview

docker-heka

Heka stream processing docker container.

Build

To create the image bbinet/heka, execute the following command in the docker-heka folder:

docker build -t bbinet/heka .

You can now push the new image to the public registry:

docker push bbinet/heka

Run

The heka container will read its configuration from toml file located in the "/config" volume that you need to mount.

For example:

$ docker pull bbinet/heka

$ docker run --name heka \
    -v $(pwd)/config:/etc/heka/conf.d \
    bbinet/heka

Tag summary

Content type

Image

Digest

sha256:44a528a61

Size

68.3 MB

Last updated

over 8 years ago

docker pull bbinet/heka