Forrest logo
back to the podman tool

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 with the name of the docker image you want to run.

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?
back to the podman tool