Skip to content

Commit

Permalink
Merge pull request #781 from verdurin/user-home-files-example
Browse files Browse the repository at this point in the history
Add specific example and clarification for your $HOME files
  • Loading branch information
consideRatio authored Jul 25, 2018
2 parents 175a046 + 8f7ec3f commit 67bfbc8
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 67bfbc8

Please sign in to comment.