-
Notifications
You must be signed in to change notification settings - Fork 0
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