-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
properly document docker usage #32
Comments
this would be awesome! I set up the firewall bouncer in docker during the last day and it appears to be working. I found no documentation on this at all. Clearly, the automated setup is not meant for docker since it does not support running services. But the installed binaries work anyway... An appropriate official Image would be very nice and lower the bar for giving Crowdsec a try... I can post my Dockerfile /docker-compose.yml if anyone is interested, but it sounds like docker usage is already known and just not documented. |
@moritzj29 would love for you to share your docker info with me. I'm a bit lost with this one, but could get traefik-bouncer running with their great docker documentation. Thanks! |
Hi @youngT2, I have been there ;) Disclaimer: I'm by no means an expert on this stuff, so question everything you read and proceed with caution! ConceptIt is possible to deploy the cs-firewall-bouncer as a docker container and modify the hosts iptables from within the docker container. Typically, one would use the Further reading
Setup
|
If any of the maintainers comes along: Would it be possible to provide an official docker image of the firewall bouncer? It would be so much easier if the image build would be handled by the CI/CD infrastructure already in place. |
@moritzj29 Great write up. Thank you so much for this. This help me very much. I wasn't able to run the ipset list on my host machine as I received a I also noted that there are two variables referenced in the config file you linked:
but passing them as environment variables in the docker-compose didn't seem to work. I guess I don't understand enough about docker for that. Regardless your write up was easy to follow and works. 😄 |
glad I could help! the Probably similar for the |
I'm trying to run your setup om my Synology DS415+ with Docker installed but get the follow error:
I don't have a clue how to solve this. Any help? |
@moritzj29 Thank you for this example, I just implemented it in my docker compose stack running on my Synology DS220+ and it works great! |
after users asking question on gitter, we should make the docker usage of the firewall bouncer more obvious
The text was updated successfully, but these errors were encountered: