Skip to content

Commit 7a8e864

Browse files
committed
update udocker doc; remove ref to dx-docker
1 parent df00c14 commit 7a8e864

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,25 +124,16 @@ Some shared computing environments don't support Docker software containers for
124124
As a work around, the CWL reference runner supports using alternative ``docker`` implementations on Linux
125125
with the ``--user-space-docker-cmd`` option.
126126

127-
One such "user space" friendly docker replacement is ``udocker`` https://github.com/indigo-dc/udocker and another
128-
is ``dx-docker`` https://wiki.dnanexus.com/Developer-Tutorials/Using-Docker-Images
127+
One such "user space" friendly docker replacement is ``udocker`` https://github.com/indigo-dc/udocker
129128

130-
udocker installation: https://github.com/indigo-dc/udocker/blob/main/doc/installation_manual.md#22-install-from-indigo-datacloud-repositories
131-
132-
dx-docker installation: start with the DNAnexus toolkit (see https://wiki.dnanexus.com/Downloads for instructions).
129+
udocker installation: https://github.com/indigo-dc/udocker/blob/master/doc/installation_manual.md#22-install-from-udockertools-tarball
133130

134131
Run `cwltool` just as you normally would, but with the new option, e.g. from the conformance tests:
135132

136133
.. code:: bash
137134
138135
cwltool --user-space-docker-cmd=udocker https://raw.githubusercontent.com/common-workflow-language/common-workflow-language/main/v1.0/v1.0/test-cwl-out2.cwl https://github.com/common-workflow-language/common-workflow-language/blob/main/v1.0/v1.0/empty.json
139136
140-
or
141-
142-
.. code:: bash
143-
144-
cwltool --user-space-docker-cmd=dx-docker https://raw.githubusercontent.com/common-workflow-language/common-workflow-language/main/v1.0/v1.0/test-cwl-out2.cwl https://github.com/common-workflow-language/common-workflow-language/blob/main/v1.0/v1.0/empty.json
145-
146137
``cwltool`` can use `Singularity <http://singularity.lbl.gov/>`_ version 2.6.1
147138
or later as a Docker container runtime.
148139
``cwltool`` with Singularity will run software containers specified in

cwltool/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Enables Docker software containers via the {dx-,u,}docker runtimes."""
1+
"""Enables Docker software containers via the {u,}docker runtimes."""
22

33
import csv
44
import datetime

0 commit comments

Comments
 (0)