skiffos / SkiffOS

Any Linux distribution, anywhere.
https://skiffos.com
MIT License
687 stars 51 forks source link

question: alternatives to docker, such as podman #173

Closed bam80 closed 2 years ago

bam80 commented 2 years ago

I wonder if we actually need "serverfull" container solution here..

paralin commented 2 years ago

@bam80 No you don't need it; in fact, if you don't add apps/docker or skiff/core to SKIFF_CONFIG, it won't be compiled in at all.

At the moment we support runc, containerd, and docker in Buildroot but can easily add the others

I've been looking into using podman and/or crun and other lightweight container runtimes.