From c7ac6f3dfe6142c9b076294f21b2b3e631ad9b18 Mon Sep 17 00:00:00 2001 From: Austin Smith Date: Fri, 8 May 2026 18:36:23 -0400 Subject: [PATCH] Add podman to tools. --- tools.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools.org b/tools.org index 7cdf0fc..5ad3141 100644 --- a/tools.org +++ b/tools.org @@ -10,3 +10,9 @@ For password management. Use [[https://git.austinsmith.dev/austin/dotfiles][pass #+begin_src bash sudo apt install pass #+end_src + +** podman - [[https://podman.io/][Podman]] +For running/creating containers. +#+begin_src bash + sudo apt install podman +#+end_src