Skip to content

Dynamic Analysis Notes

Beth edited this page Nov 20, 2025 · 4 revisions

Install and setup Podman

sudo apt install podman

At the end of the file /etc/containers/registries.conf add:

  • unqualified-search-registries = ["docker.io"]

Install pip - sudo apt install python3-pip

  • pip install podman-compose - Don't run with sudo

  • podman cp [ID of container]:[file location] [destination file location]

  • podman ps - list podman containers

https://docs.podman.io/en/latest/markdown/podman-cp.1.html

https://podman.io/docs

Clone this wiki locally