Files
docker-stacks/docs
Raphael Das Gupta d6da5aef56 recipes: use COPY with --chown for jovyan's files
By default, Dockerfile's COPY creates files and directories with UID and
GID 0. (See https://docs.docker.com/engine/reference/builder/#copy)
When we put them in jovyan's $HOME or want jovyan to manipulate these
files, they should be owned by jovyan instead.

Specifically
https://jupyter-docker-stacks.readthedocs.io/en/latest/using/recipes.html#add-a-python-3-x-environment
failed with a "permission denied" error when the code for using an
environment.yml file was uncommented. I assume some of the other recipes
might have failed like that, too, but I didn't test them.
2020-10-09 19:18:11 +02:00
..
2020-07-04 18:30:53 +02:00
2020-05-29 18:44:45 +02:00
2018-03-25 17:51:19 -04:00
2018-03-25 17:51:19 -04:00