File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,15 @@ certificate issuer name using the playbook variable `jo_ingress_cert_issuer`.
235
235
236
236
Both are exposed in the example parameter file ` example-parameters.yaml ` .
237
237
238
+ ## Populating the home directory
239
+ A number of key files are prepared by the built-in ` /usr/local/bin/start.sh ` script
240
+ that the operator creates (via a ** ConfigMap** ). This script, used as the
241
+ container's ** command** , will also recursively copy the content of the container image's
242
+ ` /home/code/copy-to-home ` directory (if it exists) to ` ~ ` prior to running Jupyter.
243
+ The script copies files using the command: -
244
+
245
+ cp -r -u /home/code/copy-to-home/* ~
246
+
238
247
---
239
248
240
249
[ ansible ] : https://www.ansible.com
You can’t perform that action at this time.
0 commit comments