Skip to content

Commit 9bdb91f

Browse files
authored
Merge pull request #469 from zong-zhe/add-qa-docker
feat: add qa about error docker-credential-desktop not found
2 parents 64702d6 + 069f185 commit 9bdb91f

File tree

8 files changed

+48
-0
lines changed

8 files changed

+48
-0
lines changed

docs/user_docs/support/faq-install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ The issue is due to KCL requiring write permissions for its default global confi
4848
ENV KCL_PKG_PATH=/tmp
4949
ENV KCL_CACHE_PATH=/tmp
5050
```
51+
52+
## Error on MacOS: docker-credential-desktop: executable file not found in $PATH
53+
54+
The KCL package management tool interacts with the OCI Registry using third-party libraries provided by `Docker`, which will leave the configuration file `~/.docker/config.json`. This error typically occurs when switching from Docker Desktop to Podman without Docker installed locally. This file is used for authentication calls to BuildKit. To resolve this issue, try deleting or renaming the `~/.docker/config.json` file.
55+
56+
For more detailed information about this error, visit: <https://docs.earthly.dev/docs/guides/podman#mac-docker-credential-desktop-executable-file-not-found-in-usdpath>

i18n/zh-CN/docusaurus-plugin-content-docs/current/user_docs/support/faq-install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ xattr -d com.apple.quarantine /path/to/kcl
4848
ENV KCL_PKG_PATH=/tmp
4949
ENV KCL_CACHE_PATH=/tmp
5050
```
51+
52+
## 在 MacOS 出现错误 docker-credential-desktop: executable file not found in $PATH
53+
54+
KCL 的包管理工具底层借助 docker 提供的三方库完成与 OCI Registry 的交互,会产生配置文件 ~/.docker/config.json,这个错误通常发生在从 Docker Desktop 切换到 Podman,而本地没有安装 Docker 的情况下。该文件会被用于在对 BuildKit 进行身份验证的调用中读取。要解决此问题,请尝试删除或重命名 ~/.docker/config.json 文件。
55+
56+
更多关于该错误的详细信息:<https://docs.earthly.dev/docs/guides/podman#mac-docker-credential-desktop-executable-file-not-found-in-usdpath>

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.10/user_docs/support/faq-install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ xattr -d com.apple.quarantine /path/to/kcl
4848
ENV KCL_PKG_PATH=/tmp
4949
ENV KCL_CACHE_PATH=/tmp
5050
```
51+
52+
## 在 MacOS 出现错误 docker-credential-desktop: executable file not found in $PATH
53+
54+
KCL 的包管理工具底层借助 docker 提供的三方库完成与 OCI Registry 的交互,会产生配置文件 ~/.docker/config.json,这个错误通常发生在从 Docker Desktop 切换到 Podman,而本地没有安装 Docker 的情况下。该文件会被用于在对 BuildKit 进行身份验证的调用中读取。要解决此问题,请尝试删除或重命名 ~/.docker/config.json 文件。
55+
56+
更多关于该错误的详细信息:<https://docs.earthly.dev/docs/guides/podman#mac-docker-credential-desktop-executable-file-not-found-in-usdpath>

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.8/user_docs/support/faq-install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ xattr -d com.apple.quarantine /path/to/kcl
4040
ENV KCL_PKG_PATH=/tmp
4141
ENV KCL_CACHE_PATH=/tmp
4242
```
43+
44+
## 在 MacOS 出现错误 docker-credential-desktop: executable file not found in $PATH
45+
46+
KCL 的包管理工具底层借助 docker 提供的三方库完成与 OCI Registry 的交互,会产生配置文件 ~/.docker/config.json,这个错误通常发生在从 Docker Desktop 切换到 Podman,而本地没有安装 Docker 的情况下。该文件会被用于在对 BuildKit 进行身份验证的调用中读取。要解决此问题,请尝试删除或重命名 ~/.docker/config.json 文件。
47+
48+
更多关于该错误的详细信息:<https://docs.earthly.dev/docs/guides/podman#mac-docker-credential-desktop-executable-file-not-found-in-usdpath>

i18n/zh-CN/docusaurus-plugin-content-docs/version-0.9/user_docs/support/faq-install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ xattr -d com.apple.quarantine /path/to/kcl
4848
ENV KCL_PKG_PATH=/tmp
4949
ENV KCL_CACHE_PATH=/tmp
5050
```
51+
52+
## 在 MacOS 出现错误 docker-credential-desktop: executable file not found in $PATH
53+
54+
KCL 的包管理工具底层借助 docker 提供的三方库完成与 OCI Registry 的交互,会产生配置文件 ~/.docker/config.json,这个错误通常发生在从 Docker Desktop 切换到 Podman,而本地没有安装 Docker 的情况下。该文件会被用于在对 BuildKit 进行身份验证的调用中读取。要解决此问题,请尝试删除或重命名 ~/.docker/config.json 文件。
55+
56+
更多关于该错误的详细信息:<https://docs.earthly.dev/docs/guides/podman#mac-docker-credential-desktop-executable-file-not-found-in-usdpath>

versioned_docs/version-0.10/user_docs/support/faq-install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ The issue is due to KCL requiring write permissions for its default global confi
4848
ENV KCL_PKG_PATH=/tmp
4949
ENV KCL_CACHE_PATH=/tmp
5050
```
51+
52+
## Error on MacOS: docker-credential-desktop: executable file not found in $PATH
53+
54+
The KCL package management tool interacts with the OCI Registry using third-party libraries provided by `Docker`, which will leave the configuration file `~/.docker/config.json`. This error typically occurs when switching from Docker Desktop to Podman without Docker installed locally. This file is used for authentication calls to BuildKit. To resolve this issue, try deleting or renaming the `~/.docker/config.json` file.
55+
56+
For more detailed information about this error, visit: <https://docs.earthly.dev/docs/guides/podman#mac-docker-credential-desktop-executable-file-not-found-in-usdpath>

versioned_docs/version-0.8/user_docs/support/faq-install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,9 @@ The issue is due to KCL requiring write permissions for its default global confi
4040
ENV KCL_PKG_PATH=/tmp
4141
ENV KCL_CACHE_PATH=/tmp
4242
```
43+
44+
## Error on MacOS: docker-credential-desktop: executable file not found in $PATH
45+
46+
The KCL package management tool interacts with the OCI Registry using third-party libraries provided by `Docker`, which will leave the configuration file `~/.docker/config.json`. This error typically occurs when switching from Docker Desktop to Podman without Docker installed locally. This file is used for authentication calls to BuildKit. To resolve this issue, try deleting or renaming the `~/.docker/config.json` file.
47+
48+
For more detailed information about this error, visit: <https://docs.earthly.dev/docs/guides/podman#mac-docker-credential-desktop-executable-file-not-found-in-usdpath>

versioned_docs/version-0.9/user_docs/support/faq-install.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,9 @@ The issue is due to KCL requiring write permissions for its default global confi
4848
ENV KCL_PKG_PATH=/tmp
4949
ENV KCL_CACHE_PATH=/tmp
5050
```
51+
52+
## Error on MacOS: docker-credential-desktop: executable file not found in $PATH
53+
54+
The KCL package management tool interacts with the OCI Registry using third-party libraries provided by `Docker`, which will leave the configuration file `~/.docker/config.json`. This error typically occurs when switching from Docker Desktop to Podman without Docker installed locally. This file is used for authentication calls to BuildKit. To resolve this issue, try deleting or renaming the `~/.docker/config.json` file.
55+
56+
For more detailed information about this error, visit: <https://docs.earthly.dev/docs/guides/podman#mac-docker-credential-desktop-executable-file-not-found-in-usdpath>

0 commit comments

Comments
 (0)