Skip to content

Commit

Permalink
Merge pull request #1031 from romainx/recipes_root
Browse files Browse the repository at this point in the history
Recipes documentation: running container as root more information
  • Loading branch information
parente committed Mar 5, 2020
2 parents 460984e + ab00093 commit d3c34cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/using/recipes.md
Expand Up @@ -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
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

Expand Down

0 comments on commit d3c34cd

Please sign in to comment.