jamesrwhite / minicron

🕰️ Monitor your cron jobs
GNU General Public License v3.0
2.34k stars 154 forks source link

add containers as host #229

Closed abipit closed 7 years ago

abipit commented 8 years ago

Hello, I installed minicron in a docker container and I would add hosts. But my hosts are also containers, is it possible ? Thanks

jamesrwhite commented 8 years ago

If I'm understanding you correctly provided your docker containers can talk to each other this should be possible yes.

abipit commented 8 years ago

Ok, thank you for your answer. So how can I add a host where this host is a container ?

For example, I have my OS (coreOS), I have a container "mysql" and your container "minicron". With your container minicron, I want to launch a cron on my container mysql. How can I do ? Thank you

abipit commented 8 years ago

Hello, if is it possible, how can I do please ?

ebuildy commented 6 years ago

You still need SSH to execute command. I think the feature you want (I want the same ^^), is to execute command via docker exec ?