
podman:ai:90aca
rm docker and install podman. want to setup and run from sd card
$ podman run -v /path/to/sdcard:/data ${image_name}
try on your machine
This command runs a container with podman and mounts the sd card to /data within the container. Replace
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- rm docker and install podman. want to setup and run from sd card?