Add podman to tools.

This commit is contained in:
2026-05-08 18:36:23 -04:00
parent 58ede45760
commit c7ac6f3dfe

View File

@@ -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