From 06dcd3de494986abe5259165dbc62c42cf1dce37 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Thu, 26 May 2022 20:02:03 +0200 Subject: [PATCH] autopushed --- podman.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/podman.md b/podman.md index 120f6bde3..7981b4546 100644 --- a/podman.md +++ b/podman.md @@ -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.) \ No newline at end of file + - ...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.