Not affiliated with the OpenCanary project.
OpenCanary by Thinkst Applied Research »
Report Bug
·
Request Feature
There are a few containers for OpenCanary publically available. This is just another one. It's simple, easily updated, and pretty slim.
I'm lazy so this was made inside VSCode and tested with docker.
There isn't much to do - you need a network, and something to run the container in.
We use VMware ESXi and for the guest operating system Photon OS.
Not much - you need docker (or any other suitable container system such as Podman).
$ docker --version
Docker version 20.10.0, build 7287ab3
$ docker run -d --network host --name opencanary --restart always aperimau/opencanary
docker logs -f opencanary
You will get nearly no value out of OpenCanary unless you supply your own configuration file. To run the container and supply your own configuration file - do something like:
$ docker run -d --network host --name opencanary --restart always -v ~/opencanary.conf:/etc/opencanaryd/opencanary.conf aperimau/opencanary
For more details about the configuration file, please refer to the OpenCanary Documentation
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the APACHE-2 License. See LICENSE for more information.
Your Name - @troykelly - [email protected]
Project Link: https://github.com/aperim/docker-opencanary
Content type
Image
Digest
Size
412.3 MB
Last updated
over 5 years ago
docker pull aperimau/opencanary