-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker connection is case sensitive #11418
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The scipt will output the path of the log file once done. Once completed please upload the output files to this Github issue. Click here for more info on logging |
Attaching logs: WslLogs-2024-04-03_12-43-23.zip |
The log file doesn't contain any WSL traces. Please make sure that you reproduced the issue while the log collection was running. Diagnostic information
|
I guess there are no logs created for running docker via wsl, can someone from the team point me to what loags should be collected to trace docker calls via WSL ? |
@ritikaguptams it works as expected! When you integrate (default) WSL distro with Docker Desktop it creates the link
|
Agreed with @zcobol - Linux is case sensitive so you must match the case of the binary you are trying to run. If you don't believe me try running BASH versus bash. |
Thanks for explaining @zcobol ! It was weird behavior coming from Windows environment... |
Windows Version
Microsoft Windows [Version 10.0.22621.3442]
WSL Version
WSL version: 2.1.5.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.146.1-2
Distro Version
Ubuntu 20.04
Other Software
Client:
Cloud integration: v1.0.35+desktop.11
Version: 25.0.3
API version: 1.44
Go version: go1.21.6
Git commit: 4debf41
Built: Tue Feb 6 21:13:00 2024
OS/Arch: linux/amd64
Context: default
Server: Docker Desktop
Engine:
Version: 25.0.3
API version: 1.44 (minimum version 1.24)
Go version: go1.21.6
Git commit: f417435
Built: Tue Feb 6 21:14:25 2024
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.6.28
GitCommit: ae07eda36dd25f8a1b98dfbf587313b99c0190bb
runc:
Version: 1.1.12
GitCommit: v1.1.12-0-g51d5e94
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Repro Steps
Docker ps - with the CAPS D doesnt work whereas docker ps does:
Expected Behavior
Actual Behavior
Docker commands should run on wsl irrespective of case. As they currently do in powershell or cmd.
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: