Update troubleshooting.md

This commit is contained in:
Ayaz Salikhov
2023-11-18 12:28:25 +01:00
committed by GitHub
parent db01bfbd23
commit cc00341fcc

View File

@@ -77,7 +77,7 @@ The following sections cover a few of these scenarios and how to fix them.
- If you are mounting your volume inside the `/home/` directory, you can use the `-e CHOWN_HOME=yes` and `CHOWN_HOME_OPTS="-R"` flags
instead of the `-e CHOWN_EXTRA` and `-e CHOWN_EXTRA_OPTS` in the example above.
- This solution should work in most cases where you have created a docker volume
(i.e. using the [`docker volume create --name <my-volume>`command](https://docs.docker.com/storage/volumes/#create-and-manage-volumes)) and mounted it using the`-v` flag in `docker run`.
(i.e. using the [`docker volume create --name <my-volume>`command](https://docs.docker.com/storage/volumes/#create-and-manage-volumes)) and mounted it using the `-v` flag in `docker run`.
```
2. **Matching the container's UID/GID with the host's**
@@ -270,7 +270,7 @@ conda config --show default_channels
**Installing packages from alternative channels:**
You can install packages from other conda channels (e.g. bioconda) by disabling the `channel_priority` setting:
You can install packages from other conda channels (e.g. `bioconda`) by disabling the `channel_priority` setting:
```bash
# install by disabling channel priority at еру command level