runs ephemeral containers and itself is ephemeral, much preferring to print...
#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
```
Self-replies
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