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 415f6a5 commit bc7f10fCopy full SHA for bc7f10f
README.md
@@ -20,4 +20,6 @@ This will make kscript read the code from `stdin` while piping the file. Beware
20
21
## Volume
22
23
-A volume is created for `/root/.kscript` so the JARs are cached between different invocations to containers.
+It's highly advisable to create a volume for `/root/.kscript` so the JARs are cached between different invocations to containers.
24
+
25
+`docker run -i -v kscript:/root/.kscript serandel/kscript 'println("Hello, world!")'`
0 commit comments