Hi Galaxy,
I'm working on a project for running galaxy on the top of a docker swarm cluster. The docker tag in the tool xml so far supports access only to the local docker host. To submit to the swarm manager, the command should be:
$ docker -H tcp://<manager-ip>:<manager-port> run ...
instead of:
$ docker run ...
Is it possible to add an xml tag attribute to support that option?
This would off course require that all files are located in a shared file-system.