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
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.
👻 Brief Description
We are trying to setup a kitchen environment with WSL1 + Docker Desktop on Windows 10. docker command on WSL talks to Docker Desktop via environment variable DOCKER_HOST set to tcp://localhost:2375, standard docker commands run well with correct information returned.
With this setup, I could create a kitchen with no issue, however, I got "sh: /opt/kitchen/run_command: No such file or directory" error when trying kitchen converge.
Chef Workstation version: 23.7.1042
Cookstyle version: 7.32.2
Chef Infra Client version: 18.2.7
Chef InSpec version: 5.22.3
Chef CLI version: 5.6.12
Chef Habitat version: 1.6.652
Test Kitchen version: 3.5.0
Docker Desktop: 4.21.0
Environment
WSL1 + Docker Desktop on Windows 10, with CentOS 8 container
🗣️ Foreword
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.
👻 Brief Description
We are trying to setup a kitchen environment with WSL1 + Docker Desktop on Windows 10. docker command on WSL talks to Docker Desktop via environment variable DOCKER_HOST set to tcp://localhost:2375, standard docker commands run well with correct information returned.
With this setup, I could create a kitchen with no issue, however, I got "sh: /opt/kitchen/run_command: No such file or directory" error when trying kitchen converge.
There are two issues involved here.
Version
Chef Workstation version: 23.7.1042
Cookstyle version: 7.32.2
Chef Infra Client version: 18.2.7
Chef InSpec version: 5.22.3
Chef CLI version: 5.6.12
Chef Habitat version: 1.6.652
Test Kitchen version: 3.5.0
Docker Desktop: 4.21.0
Environment
WSL1 + Docker Desktop on Windows 10, with CentOS 8 container
kitchen.yml:
Scenario
A complete kitchen run from creation to verification with dokken
Steps to Reproduce
Execute "kitchen converge"
Expected Result
converge finishes successfully
Actual Result
Getting "sh: /opt/kitchen/run_command: No such file or directory" error
➕ Additional context
Add any other context about the problem here. e.g. related issues or existing pull requests.
The text was updated successfully, but these errors were encountered: