You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/faq.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,13 @@
5
5
A collection of frequently asked questions with answers. If you have a question
6
6
and have found an answer, send a PR to add it here!
7
7
8
+
## Is rootless container runtime supported?
9
+
10
+
To to mitigate potential vulnerabilities in the daemon and the container runtime, security experts recommend run Docker in [rootless mode](https://docs.docker.com/engine/security/rootless/). Rootless mode is supported by `repo2docker` but it has some limitations:
11
+
12
+
-`repo2docker` does not allow the primary user in the image to be `root`.
13
+
- the `--editable` feature will not work because of permission issues.
14
+
8
15
## Why is my repository failing to build with `ResolvePackageNotFound` ?
9
16
10
17
If you used `conda env export` to generate your `environment.yml` it will generate a list of packages and versions of packages that is pinned to platform specific versions.
0 commit comments