6 ms·
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 tha
by bproven 5y 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
- speedgoose 5y agoPort 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/1250 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/1155 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/839 https://github.com/rancher-sandbox/rancher-desktop/issues/83...
- bproven 5y agothanks! 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.
- speedgoose 5y agoThat’s good news. I did miss the release.