If distrobox, you can: `ln -s /usr/bin/distrobox-host-exec /usr/bin/podman`
If distrobox, you can:
ln -s /usr/bin/distrobox-host-exec /usr/bin/podmanln -s /usr/bin/distrobox-host-exec /usr/bin/podmanpodman run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres docker.io/library/postgres it works finepodman logs some-postgres
/usr/local/bin/docker-entrypoint.sh: line 351: /docker.io/library/postgres: No such file or directory
Exiting due to MK_ADDON_ENABLE_PAUSED: enabled failed: get state: unknown state "minikube": sudo -n podman container inspect minikube --format=<no value>: exit status 1
stdout:
stderr:
/usr/bin/podman: line 189: XDG_RUNTIME_DIR: unbound variable
╭───────────────────────────────────────────────────────────────────────────────────────────╮
│ │
│ 😿 If the above advice does not help, please let us know: │
│ 👉 https://github.com/kubernetes/minikube/issues/new/choose │
│ │
│ Please run `minikube logs --file=logs.txt` and attach logs.txt to the GitHub issue. │
│ Please also attach the following file to the GitHub issue: │
│ - /tmp/minikube_addons_d026ddbe70c5edc929b895aeb1e0c4ae9a4aae82_0.log │
│ │
╰───────────────────────────────────────────────────────────────────────────────────────────╯podman run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres docker.io/library/postgrespodman logs some-postgres
/usr/local/bin/docker-entrypoint.sh: line 351: /docker.io/library/postgres: No such file or directory