top | item 30118668

(no title)

bproven | 4 years ago

I just pulled it (and switched to dockerd as default container runtime to use 'docker') - it seems to work as a great swap for docker desktop on mac. I like that volumes work well vs podman. Nice that you an trivy scan an image, etc.

Have you hit any sharp edges yet? I imagine there might be a few. Anything you can share would be great

discuss

order

speedgoose|4 years ago

Port forwarding is currently broken if you use dockerd but it will be fixed in the next release or you can run a command to fix it yourself. See https://github.com/rancher-sandbox/rancher-desktop/issues/12...

It fails to setup some filesystem links because of Unix permissions. You can fix it in command line. See https://github.com/rancher-sandbox/rancher-desktop/issues/11...

If you put your computer into sleep, the VM time will be out of sync. It's going to be fixed in the next release I believe. It's an old classic bug that happened to me with WSL so it was nice to see it again. https://github.com/rancher-sandbox/rancher-desktop/issues/83...

bproven|4 years ago

thanks!

Looks like the first and last issue is fixed in 1.0.0 (released 2 days ago). So only that second issue remains for now.