We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05e265 commit 6bb0055Copy full SHA for 6bb0055
src/topics/using-containers.md
@@ -52,8 +52,10 @@ used a container called `node:slim`.
52
Provide a "hello.js" and invoke `cwltool` providing the tool description and the
53
input object on the command line:
54
55
-```{code-block} console
56
-$ echo "console.log(\"Hello World\");" > hello.js
+```{literalinclude} /_includes/cwl/using-containers/hello.js
+:language: javascript
57
+:caption: "`hello.js`"
58
+:name: hello.js
59
```
60
61
```{runcmd} cwltool docker.cwl docker-job.yml
0 commit comments