-
Notifications
You must be signed in to change notification settings - Fork 90
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
docker deployment: cannot bind to port (Synology) #87
Comments
hello @tca22, so if you bind on port 80 it does work |
Hello @cedricve, -p 80:80 -p 81:80 or -p 41980:80 I do run Docker on Synology with a few "kerberos/kerberos" containers, but would like to use the newer "kerberos/agent" developments ... Any thoughts? EDIT: |
Interesting! Let me check on my synology as well. Might makes sense to do so, and store your recordings in Kerberos Vault on your Synology as well. |
@tca22 I just tried it in my own Synology, using the Docker ui, and I didn't had issues loading it. |
Doesn't work for me, strange! I removed the image, so I can do a fresh install from the command-line:
Well, seems to be a local issue then. Would you mind giving some directions where to start looking? |
@tca22 which release are you using? Can you take a specific release? https://hub.docker.com/layers/kerberos/agent/192f78a/images/sha256-334d5416fb129e83da82435f584d02c9774f88404a813bb32aba1da73ae43bd3?context=explore
|
@cedricve had |
What architecture is your Synology (version) running on? |
What |
EDIT [20230317]: EDIT [20230319]: |
@tca22 do you have an update on this ? |
Hi,
I try to run kerberos-agent from scratch with docker:
docker run --name camera1 -p 41980:80 -d kerberos/agent:latest
The container is shutdown immediately with the log entry:
[GIN-debug] [ERROR] listen tcp :80: bind: permission denied 2023/03/17 09:25:56 listen tcp :80: bind: permission denied
I tried
--privileged
execution as well - no success.As far as I understand, port 80 is used for binding even though it should be 41980.
Do I miss something?
Thanks!
The text was updated successfully, but these errors were encountered: