-
Notifications
You must be signed in to change notification settings - Fork 32
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
Service listening, no rules added #35
Comments
Hi, do you have any logs? If you're unsure run the binary in a current shell to debug further. Something like
Also do containers have at least |
Thanks for the quick reply! This happens when I start a container:
|
I see. That's definitely a program error. Could you let me know the reproducible steps? I'll try to to reproduce the error on my computer.
|
I run it using a docker compose file.
Yes I use 0.7.0, same happens with lower versions. |
Mhm. I also need docker-compose file content (remove sensitive contents).. to reproduce on my end. |
Can you give a working example from your side ? Here it doesn't matter much what I try. |
Examples on the README are working examples. |
I worked on multiple improvements. I highly recommend you try latest changes on main branch. If you have Go installed just clone the source code, then run Then run |
OK thanks for the updates, good work! I'm trying to deploy a traefik container which gives me back the following: This happens on host mode port
THis happens on natting the port:
|
I see, thanks for the updates. By natting if you mean docker's
|
I just cut a new release for your convenience if you want to try. |
Nice, thanks, testing out. Small update so far:
|
That doesn't look right.
Currently ufw-docker doesn't do anything specific on network interface level. It doesn't support network interface level instructions. |
Small question: Would this be possible to use on overlay networks, so in swarm ? |
I never tested this on swarm. |
It doesn't seem to pickup then, I'm testing out but as far as I know it worked on the pre-go versions. |
Original ufw-docker seems to support Docker swarm mode. I'll try to dome research on this topic later. |
It does indeed but I'm not sure about the agent it should/needs to start in that case. Would be nice to help out where I can! Thanks! |
I have 0 experience with docker swarm. If you could give me a brief and exact instructions to follow on the #42 issue it would be helpful. Like first do this, then do that, run this command etc stuff.. Btw is your original issue resolved? Or was it docker swarm issue all along? |
What kind of instructions are you looking for ? I'm investigating, it seems to be docker/swarm related so far, "local" works fine it seems, thanks for that! |
Hi,
I encountered a problem that my rules are not added on a latest and updated Ubuntu 21.04 install.
The service is listening but and waiting but nothing added.
Any idea ?
Thanks!
The text was updated successfully, but these errors were encountered: