I've skimmed through the majority of the open and closed issues and i actually found very few clues of some people running it using docker and atomic, but what i want to ask is different.
is there a way (at least a guide) to install cockpit on a container and "that" container would monitor external servers just like it's supposed to work but from inside a docker container, why?
because let's say i have +50 servers, currently i'm using cockpit to monitor 20, but when i try to add another servers i see a message saying that the max established connections allowed are 20.
I have a large server and I want to run separate cockpit instances on it. (ofcourse on different ports)
so that i can reverse proxy them under nginx, and each one would have it's own domain name:
xx.example.com
yy.example.com
both pointing to the same server but different ports of different cockpit instances (data)
edit: i've tried to use ubuntu image (from docker hub) and created a Dockerfile as well as a docker-compose file with all the needed steps to get cockpit work, but it's not exposing the traffic to the host server, rather it says connection refused that's because cockpit (although it's installed correctly inside docker) it's not mapping itself to any port.
I've skimmed through the majority of the open and closed issues and i actually found very few clues of some people running it using docker and atomic, but what i want to ask is different.
is there a way (at least a guide) to install cockpit on a container and "that" container would monitor external servers just like it's supposed to work but from inside a docker container, why?
because let's say i have +50 servers, currently i'm using cockpit to monitor 20, but when i try to add another servers i see a message saying that the max established connections allowed are 20.
I have a large server and I want to run separate cockpit instances on it. (ofcourse on different ports)
so that i can reverse proxy them under nginx, and each one would have it's own domain name:
xx.example.com
yy.example.com
both pointing to the same server but different ports of different cockpit instances (data)
edit: i've tried to use ubuntu image (from docker hub) and created a Dockerfile as well as a docker-compose file with all the needed steps to get cockpit work, but it's not exposing the traffic to the host server, rather it says connection refused that's because cockpit (although it's installed correctly inside docker) it's not mapping itself to any port.