Replies: 1 comment 5 replies
-
Oh, I've tried connecting to the actual container to do investigation, but it always errors with sh or bash not existing.
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
First off, I've read through #359 and tried many of the suggestions there.
I just installed bezel and have no issues with the docker compose deployment on other hosts. However, nothing I do will enable the Hub to see my local agent. I've deployed via the example compose file:
With this config I've tried host.docker.internal (as the docs suggest) and no go. The error in the logs is:
However, checking my /var/log files, I see no errors nor attempted SSH connections. I also know the key works and have tested it from multiple hosts.
I tried configuring a docker network and using the container name, that also didn't work.
Last thing, I have no firewall configured. ufw is disabled, but I still tried adding 45876 to iptables allow for both 127.0.0.1 and 0.0.0.0.
No go on anything.
OS / Architecture
linux/amd64 (docker compose for hub & agent)
Beszel version
0.9.1
Installation method
Docker
Configuration
No response
Hub Logs
No response
Agent Logs
No response
Beta Was this translation helpful? Give feedback.
All reactions