Docker on macos
#1228
Replies: 2 comments 3 replies
|
Rancher desktop is supported as of the latest release. Thank you for raising this issue. |
0 replies
|
Amazing, thank you for adding Rancher Desktop support so fast! I think I must be doing something wrong but if I create a docker provider with the new version, I still get an error trying to use it with a new workspace... From a quick look at the changes in the new version, I was expecting it to look in The good news is that the commands in the new Rancher Desktop doc section worked, which is great. Thanks again. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
TIL DevPod is unmaintained so I've been trying out Devsy, thank you. I use Rancher Desktop on a mac, and I have docker on my path, but Devsy still complained that it couldn't find docker Desktop. I think it's checking here?
devsy/cmd/internal/agentworkspace/up.go
Line 454 in 6c58378
Rancher Desktop puts a docker symlink in $HOME/.rd/bin/docker and everything seems to work ok when I update the Docker provider with that path. Is there a reason Devsy doesn't look for docker on my path and if so, would you be open to adding the Rancher Desktop location to darwinDockerPaths?
All reactions