December 26, 20169 yr I've recently upgraded unRAID and have moved everything that I had running in a VM to separate Docker containers. I have a SABNZBD container in which I'd like to execute a script that as part of it's processing would call mkvmerge which is running in a MKVToolNix-gui container. How do I go about setting up the individual containers so that they can communicate with each other? Thanks!
December 31, 20169 yr Good question. One possibility would be giving docker daemon access to the containers, so they can use it for invoking commands on other containers (see http://stackoverflow.com/a/31626260/1803648). If you --link containers together and run ssh server on the MKVToolNix, you could invoke everything over ssh as well. Or if possible, write a script on MKVToolNix that monitors shared volume for files - if new ones are present, deal with them. Just some ideas off the top of my head; not 100% sure what the correct solution would be.
Archived
This topic is now archived and is closed to further replies.