Best practice for hosting Docker instance of Semaphore #2265
Unanswered
nebularnoise
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Semaphore is connecting via ssh to the target host in an inventory. As
long as this hosts can be reached via ssh all is fine.
We are also using Semaphore as a docker stack and it is no problem to
connect to VM where all our d docker deployments are running, the
hypervisor hosts os our Proxmox cluster and also to other real hardware
hosts.
as long as you can reach your target hosts via ssh all is fine IMHO.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
OK, there is one exception...
Ofcourse the host where the Semaphore docker stack is running should not be rebootet or something like that during Semaphore is working. Also restarts of docker have to be avoided during Semaphore is executing tasks.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi !
I have a virtualization server with a bunch of services on it, some running in VMs, most running on Docker within a VM.
So far, I've been running ansible playbooks from my workstation, but I'm interested in using Semaphore.
My first "naive" intuition would be to run Semaphore in a docker container running on the aforementioned VM, like everything else on my LAN. However, that would mean I wouldn't be able to manage the docker host in any way, nor the hypervisor, unless I'm missing something.
What would you recommend ? Should I try and run Semaphore on an entirely different machine ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions