Skip to content

Commit

Permalink
Add specific example and clarification for your $HOME files
Browse files Browse the repository at this point in the history
  • Loading branch information
verdurin committed Jul 24, 2018
1 parent 560a7cd commit 8f7ec3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/source/user-environment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,9 @@ in ``config.yaml``:
lifecycleHooks:
postStart:
exec:
command: ["your", "command", "here"]
command: ["cp", "-a", "src", "target"]
Each element of the command needs to be a separate item in the list.
Note that this command will be run from the ``$HOME`` location of the user's
running container, meaning that commands that place files relative to ``./``
will result in users seeing those files in their home directory. You can use
Expand Down

0 comments on commit 8f7ec3f

Please sign in to comment.