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
Stop using Docker in Docker for container image (#690)
* maintenance: ignore some folders whith docker
* feature: simplify Dockerfiles
* fix: copy python libs correctly to image
* maintenance: make container to work in scripts
Because the tool containers are created by the host now, the folder
where the results are stored in the host needs to be mounted to the
cwltool container now.
* maintenance: update dockerfile metadata
MAINTAINER is deprecated, use LABEL instead
* fix: add wrapper to launch docker in a container
Adds 2 checks to see if it was correctly launched
* fix: enable build for cwltool_module image
* maintenance: remove trailing whitespace from windows doc
* maintenance: remove extraneous line from cwl-docker.sh
The `-j` options is used to run multiple tests in parallel.
86
+
The `-j` options is used to run multiple tests in parallel.
87
87
88
88
## Troubleshooting
89
89
@@ -97,19 +97,19 @@ consulting the [online Docker Community](https://forums.docker.com/).
97
97
98
98
### Your local drives are not being shared with Docker Containers
99
99
100
-
****On native Docker for Windows (supported by Windows 10):***
101
-
On your tray, next to your clock, right-click on Docker, then click on Settings,
102
-
there you'll find the shared rdives: Here you can share your drives with Docker.
100
+
****On native Docker for Windows (supported by Windows 10):***
101
+
On your tray, next to your clock, right-click on Docker, then click on Settings,
102
+
there you'll find the shared rdives: Here you can share your drives with Docker.
103
103
If you encounter a problem with your firewall, please
104
104
[refer this to post](https://blog.olandese.nl/2017/05/03/solve-docker-for-windows-error-a-firewall-is-blocking-file-sharing-between-windows-and-the-containers/).
105
105
106
-
****On Docker Toolbox:***
107
-
Docker Toolbox uses Virtualbox to create a linux base on which Docker machine runs.
108
-
Your Docker Container will be created inside Virtualbox. To share drives
106
+
****On Docker Toolbox:***
107
+
Docker Toolbox uses Virtualbox to create a linux base on which Docker machine runs.
108
+
Your Docker Container will be created inside Virtualbox. To share drives
109
109
in virtualbox, go to ****Virtualbox->settings->shared folders->Machine Folders****
110
-
Here Map the drives you want to share with your Docker Container.
111
-
If you want to keep these settings permanent (Recommended!), You should mark the
112
-
`make permanent` checkbox or else these settings will be erased every time your
110
+
Here Map the drives you want to share with your Docker Container.
111
+
If you want to keep these settings permanent (Recommended!), You should mark the
112
+
`make permanent` checkbox or else these settings will be erased every time your
113
113
virtualbox closes.
114
114
115
115
### In a Docker Container with shared drives, not all files are shown on `ls`
@@ -127,7 +127,7 @@ on your local machine, you should be able to write to that folder inside Docker
127
127
Container also (provided same user initiated Docker). In all it is a file
128
128
permission issue.
129
129
130
-
### Workflows with Javascript Expressions occasionally give Timeout errors
130
+
### Workflows with Javascript Expressions occasionally give Timeout errors
131
131
To evaluate Javascript Expressions, cwltool looks for Nodejs on your system.
132
132
In case Nodejs isn't installed, JS expressions are executed in a Docker Container.
133
133
In order to avoid waiting forever in case error occurs, cwltool times out js
0 commit comments