Skip to content

bbinet/docker-hindsight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-hindsight

Hindsight stream processing docker container.

Build

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

docker build -t bbinet/hindsight .

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

docker push bbinet/hindsight

Run

The hindsight container will read its configuration from cfg file located in the docker volume of your choice.

For example:

$ docker pull bbinet/hindsight

$ docker run --name hindsight \
    -v $(pwd)/config:/etc/hindsight \
    bbinet/hindsight

About

Docker image to run Hindsight

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Packages

 
 
 

Contributors