Commit d3c34cd0 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #1031 from romainx/recipes_root

Recipes documentation: running container as root more information
parents 460984e8 ab000932
...@@ -22,7 +22,7 @@ docker run -it -e GRANT_SUDO=yes --user root jupyter/minimal-notebook ...@@ -22,7 +22,7 @@ docker run -it -e GRANT_SUDO=yes --user root jupyter/minimal-notebook
``` ```
**You should only enable `sudo` if you trust the user and/or if the container is running on an **You should only enable `sudo` if you trust the user and/or if the container is running on an
isolated host.** isolated host.** See [Docker security documentation](https://docs.docker.com/engine/security/userns-remap/) for more information about running containers as `root`.
## Using `pip install` or `conda install` in a Child Docker image ## Using `pip install` or `conda install` in a Child Docker image
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment