-
Notifications
You must be signed in to change notification settings - Fork 309
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
Warn users about running commands in rancher-desktop distro #8332
Comments
The If you wish to run |
The command is
Yes, this is indeed how it works. Rancher Desktop will add the path to the cli-plugins directory in the |
I think we should display a message in C:\Users\SUSE>wsl -d rancher-desktop
The rancher-desktop distro is not meant to be used to run any application.
Please enable WSL integration in the Preferences to make all tools available
in your own distro!
/mnt/c/Users/SUSE # It does not display when you run C:\Users\SUSE>rdctl shell
/mnt/c/Users/SUSE # For |
We can add C:\Users\SUSE>wsl -d rancher-desktop
The rancher-desktop distro is not meant to be used to run any application.
Please enable WSL integration in the Preferences to make all tools available
in your own distro!
C:\Users\SUSE>wsl -d rancher-desktop sh
/mnt/c/Users/SUSE # |
Actual Behavior
If I create a simple
compose.yml
and try to start with withdocker compose up
.Steps to Reproduce
docker compose up -d
in the Ranchor-Desktop WSL (wsl -d rancher-desktop
).Also try
docker compose version
Result
Similar output happens, when you use
-f
to specify the Dockerfile explicitly.It seems for some reason
docker compose
(v2) is not installed?Running
docker-compose
works BTW, so v1 seems to be installed, but well...Expected Behavior
https://docs.rancherdesktop.io/tutorials/working-with-containers/#docker-compose documents that exact use case and implies I can thus use
docker compose
(respectively it is installed).This unofficial blog, also implies it is installed:
Additional Information
docker.log
extensions.log
wsl-helper.log
wsl-helper.Ubuntu.log
wsl.log
Rancher Desktop Version
1.18.0
Rancher Desktop K8s Version
N/A
Which container engine are you using?
moby (docker cli)
What operating system are you using?
Windows
Operating System / Build Version
Windows 10 Home version 22H2 (Build 19045.5371)
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
None
Windows User Only
Yes, some VPN, but that should be unrelated.
The text was updated successfully, but these errors were encountered: