Skip to content

Commit

Permalink
HTCondor and Docker documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Apr 30, 2016
1 parent 8b6729e commit 10ef0a3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/job_conf.xml.sample_advanced
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,25 @@
<param> tags.
-->
<param id="request_cpus">8</param>

<!-- Recent version of HTCondor do have a `docker` universe to handle containers.
Activate this feature by explicitly specifying the `docker` universe.
-->
<!-- <param id="universe">docker</param> -->

<!-- If the tool has a container specified this one is used.
<requirements>
<container type="docker">bgruening/galaxy-stable</container>
</requirements>
If not the container specified with id="docker_image" is used and as last resort
id="docker_default_container_id" is considered.
-->

<!-- <param id="docker_image">busybox:ubuntu-14.04</param> -->
<!-- <param id="docker_default_container_id">busybox:ubuntu-14.04</param> -->

</destination>

<!-- Jobs that hit the walltime on one destination can be automatically
Expand Down

0 comments on commit 10ef0a3

Please sign in to comment.