docker-cronicle icon indicating copy to clipboard operation
docker-cronicle copied to clipboard

Can you run command from another container?

Open therepo90 opened this issue 1 year ago • 1 comments

Is it possible to run with shell plugin a command from within another container?

therepo90 avatar Nov 26 '24 12:11 therepo90

What I do is ssh to the host, the docker exec to that other container.

deuts avatar Feb 06 '25 01:02 deuts

It is highly recommended to use Web Hook to wrap any command you need as an API and then call it so that every part of the program remains robust and easy to manage. @deuts @therepo90

  • https://github.com/soulteary/docker-cronicle/issues/21
  • https://zhuanlan.zhihu.com/p/690947190 (need translate)

soulteary avatar Jun 02 '25 15:06 soulteary