diff --git a/docs/using/troubleshooting.md b/docs/using/troubleshooting.md index 89ef2298..74e8e088 100644 --- a/docs/using/troubleshooting.md +++ b/docs/using/troubleshooting.md @@ -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 `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 `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