autopushed

This commit is contained in:
2022-05-26 20:02:03 +02:00
parent 96335290e7
commit 06dcd3de49
+8 -1
View File
@@ -14,4 +14,11 @@
- On Debian 11, I had to install package [[uidmap]] to avoid https://github.com/containers/podman/issues/9271
- Also I had to edit /etc/containers/registries.conf and set:
- `unqualified-search-registries = ["docker.io"]`
- ...to have podman search work as per in the upstream instructions (Debian ships with ultra-safe defaults or something.)
- ...to have podman search work as per in the upstream instructions (Debian ships with ultra-safe defaults or something.)
```
podman run --rm -it fedora
podman run --rm -it debian
```
Drop you into a one-off bare VM, it gets automatically cleaned up when you exit.