Replies: 1 comment 2 replies
-
In the "Kubernetes settings" page you can select the container runtime: either |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I examined: \AppData\Local\Programs\Rancher Desktop\resources\resources\win32\bin
I see several applications such as: kubectl, nerdctl, docker, etc.
Does this mean that when I have Rancher Desktop running, I should be able to run "docker" commands on the command line, similar to "nerdctl" commands?
I tried one docker command, but it failed:
docker volume ls
Output:
request returned Bad Gateway for API route and version
http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/volumes, check if the server supports the requested API version
With nerdctl, it works.
Command:
nerdctl volume ls
Output:
VOLUME NAME DIRECTORY
my_data /var/lib/nerdctl/.../volumes/default/my_data/_data
Could this be a bug?
Beta Was this translation helpful? Give feedback.
All reactions