Skip to content

Commit 98db658

Browse files
author
Alan Christie
committed
docs: Add copy operation
1 parent 286cb84 commit 98db658

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,15 @@ certificate issuer name using the playbook variable `jo_ingress_cert_issuer`.
235235

236236
Both are exposed in the example parameter file `example-parameters.yaml`.
237237

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+
238247
---
239248

240249
[ansible]: https://www.ansible.com

0 commit comments

Comments
 (0)