Skip to content

Commit dcca12d

Browse files
authored
Add FAQ (#1883)
1 parent 295612d commit dcca12d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Table of Contents
1414
using/specifics
1515
using/recipes
1616
using/troubleshooting
17+
using/faq
1718

1819
.. toctree::
1920
:maxdepth: 2

docs/using/faq.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Frequently Asked Questions (FAQ)
2+
3+
## Why we do not add your favorite package
4+
5+
We have lots of users with different packages they want to use.
6+
Adding them all is impossible, so we have several images to choose from.
7+
[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).
8+
9+
## Who is jovyan
10+
11+
Jovyan is often a special term used to describe members of the Jupyter community.
12+
It is also used as the user ID in the Jupyter Docker stacks or referenced in conversations.
13+
You can find more information [here](https://docs.jupyter.org/en/latest/community/content-community.html#what-is-a-jovyan).
14+
15+
## How to give root permissions to the user
16+
17+
We have a [recipe for enabling root permissions](recipes.md#using-sudo-within-a-container).

0 commit comments

Comments
 (0)