minus-squareassaultpotato@sh.itjust.workstoLinux@lemmy.ml•How to deploy Docker images to Raspberry Pi w/o using a image registrylinkfedilinkarrow-up4·edit-21 day agoYou can export images to tarballs and import them to your local docker daemon if you want. Not sure how podman manages local images. Idea: Setup inotifywait on your sources directory and rsync to keep directories in sync, and on change, build and run latest image Setup inotifywait on your image tarball directory/file and on change import and run latest Mount your source directory to a docker server image that supports hot reloading. linkfedilink
You can export images to tarballs and import them to your local docker daemon if you want.
Not sure how podman manages local images.
Idea: