You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some compute environments disallow user-space installation of Docker due to incompatiblities in libraries or to meet security requirements. The CWL reference supports using a user space implementation with the `--user-space-docker-cmd` option.
119
+
Some shared computing environments don't support Docker software containers for technical or policy reasons.
120
+
As a work around, the CWL reference runner supports using a alternative ``docker`` implementations on Linux
121
+
with the ``--user-space-docker-cmd`` option.
120
122
121
-
Example using `dx-docker` (https://wiki.dnanexus.com/Developer-Tutorials/Using-Docker-Images):
123
+
One such "user space" friendly docker replacement is ``udocker`` https://github.com/indigo-dc/udocker and another
124
+
is ``dx-docker`` https://wiki.dnanexus.com/Developer-Tutorials/Using-Docker-Images
122
125
123
-
For use on Linux, install the DNAnexus toolkit (see https://wiki.dnanexus.com/Downloads for instructions).
0 commit comments