Update troubleshooting.md (#58284)

* Update troubleshooting.md

* Update troubleshooting.md
This commit is contained in:
Mariam Adedeji 2023-11-13 13:59:36 +00:00 committed by GitHub
parent e1f590b27d
commit 2cf6857ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,6 +176,20 @@ If not, please update to the latest version of [Docker Desktop](https://docs.doc
If you're experiencing `src-cli` hanging at the "Determining Workspace Type" step of the Batch Change we have found that clearing the Docker build cache using `docker builder prune` and restarting the Docker Daemon has resolved the issue. Please contact support if this does not resolve your issue.
### Using Rancher Desktop or Colima?
If you encounter the error `docker: Error response from daemon: invalid mount config for type 'bind': bind source path does not exist`, try configuring the env var SRC_BATCH_TMP_DIR to reference an accessible directory.
For Colima:
```
export SRC_BATCH_TMP_DIR=/tmp/colima/batchchange
```
For Rancher Desktop:
```
export SRC_BATCH_TMP_DIR=/tmp/rancher-desktop/batchchange
```
## Publishing changesets
### Do you have the right credentials?