Skip to content

Instantly share code, notes, and snippets.

@jmchilton
Created March 16, 2015 02:38
Show Gist options
  • Save jmchilton/3997fa471d1b4c556966 to your computer and use it in GitHub Desktop.
Save jmchilton/3997fa471d1b4c556966 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<!-- minimal docker job conf, see https://github.com/apetkau/galaxy-hackathon-2014
for more information on running Galaxy jobs within Docker.
-->
<job_conf>
<plugins>
<plugin id="local" type="runner" load="galaxy.jobs.runners.local:LocalJobRunner" workers="4"/>
</plugins>
<handlers>
<handler id="main"/>
</handlers>
<destinations>
<destination id="local" runner="local">
<param id="docker_enabled">true</param>
<!-- set following value to false to not use sudo to execute docker commands. -->
<param id="docker_sudo">true</param>
</destination>
</destinations>
</job_conf>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment