Do you use #VPN?
Does it always wreck DNS for #WSL, #Podman, Zoom, etc.?
Maybe you need: #WSLVPKit
https://github.com/sakai135/wsl-vpnkit
It worked for me, it could work for you.
Do you use #VPN?
Does it always wreck DNS for #WSL, #Podman, Zoom, etc.?
Maybe you need: #WSLVPKit
https://github.com/sakai135/wsl-vpnkit
It worked for me, it could work for you.
#Devcontainers will be a thing when the number of hours spend fighting #podman and #docker are less than the number of hours spent trying to install an app from an outdated README
We ain't there yet. This technology is like 40 or 50 years premature.
#podman runs ephemeral containers and itself is ephemeral, much preferring to print `Error: invalid character '\x00' looking for beginning of value` rather than to pull, build or run images.
It will hose itself so bad every day that you need to run this
```
# rm -rf ~/.config/containers
# wsl --unregister podman-machine-default
podman machine stop
podman machine rm
podman machine init
podman machine start
```
Starting to thing I need to do a #podman machine rm/init/start between each invocation or boot of the machine.
This guy knows what I'm talking about
https://github.com/containers/podman/issues/16470#issuecomment-1398155162
Switch to #devcontainers! Instead of fighting with apt-get, pyenv, native dependencies you can now fight with #podman.