Kevin Durbin
Kevin Durbin
A while ago I started working on something similar. It has a bunch of logic in it already for many of the checks for gpu passthrough. Feel free to take...
+1
Im also gettng this error too. It goes away for a bit when i delete my cache folder but then will come back seemingly randomly
While i totally agree that tight integration with the host is what makes distrobox amazing i think there is some amount of usage for macos... I wanted to work on...
I found this article that explains this issue, tldr you need to add `docker.io` prefix before your containers https://marcusnoble.co.uk/2021-09-01-migrating-from-docker-to-podman/
Interested in this, not caching post, put, delete requests is probably correct but also if you continue to cache get requests (depending on your api) you might still be broken...
I guess if we had access to the cache from inside the response interceptor we could just clear it if `request.method !== 'get'` to have it centralized
ok so i started messing with getting distrobox installed on macos, the install script uses `install` which is a different version from what is on macos so i did `brew...
lol that error was because I didnt have my podman machine running 🤦🏻♂️... more errors on create using podman `Error: statfs /Users/kevindurbin/.local/bin/distrobox-export: no such file or directory`... testing docker...
container stays stuck in `CREATED`... I think its due to performance of mounting all of `~` with macos docker...