From dcca12d941dbeebed9f36c82d039327c62a3fbf4 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Mon, 13 Mar 2023 09:53:26 +0400 Subject: [PATCH] Add FAQ (#1883) --- docs/index.rst | 1 + docs/using/faq.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 docs/using/faq.md diff --git a/docs/index.rst b/docs/index.rst index d105e2d3..875ea2c5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,6 +14,7 @@ Table of Contents using/specifics using/recipes using/troubleshooting + using/faq .. toctree:: :maxdepth: 2 diff --git a/docs/using/faq.md b/docs/using/faq.md new file mode 100644 index 00000000..fb719fc9 --- /dev/null +++ b/docs/using/faq.md @@ -0,0 +1,17 @@ +# Frequently Asked Questions (FAQ) + +## Why we do not add your favorite package + +We have lots of users with different packages they want to use. +Adding them all is impossible, so we have several images to choose from. +[Choose the one](selecting.md), that is closest to your need and feel free to [add them on top of our images](recipes.md#using-mamba-install-or-pip-install-in-a-child-docker-image). + +## Who is jovyan + +Jovyan is often a special term used to describe members of the Jupyter community. +It is also used as the user ID in the Jupyter Docker stacks or referenced in conversations. +You can find more information [here](https://docs.jupyter.org/en/latest/community/content-community.html#what-is-a-jovyan). + +## How to give root permissions to the user + +We have a [recipe for enabling root permissions](recipes.md#using-sudo-within-a-container).