DietPi - docker images #5924
Replies: 3 comments 2 replies
-
These containers we use to build our images. They are not designed to run on docker. Actually we don't have Docker images. |
Beta Was this translation helpful? Give feedback.
-
ah, thanks... |
Beta Was this translation helpful? Give feedback.
-
Used to build software packages, images are built directly on Ubuntu GitHub runners 😉. In theory the container images can be used as basis for Docker images as well, but they contain an fstab, hence require direct assess to the underlying filesystem/partition devices and have no network stack installed, hence rely on host network at first. So the Docker container would need to be setup in a way this works, or the image adjusted. However, those images contain systemd, APT and other basic Debian system infrastructure which isn't required on common container use cases, and are hence not really lightweight, compared to e.g. Alpine Linux based containers. And, speaking of lightweight: Of course running any container, you need a host OS which drives a container engine to run the container with, no nothing is more lightweight than running software on the host OS directly, which is what DietPi aims to make easy. In a first step, I will remove the fstab from our container images, which make them better suitable for common container use cases. |
Beta Was this translation helpful? Give feedback.
-
Hi,
quick question:
In
https://dietpi.com/downloads/images/
there are
DietPi_Container-ARMv8-*
images....
Is this sth focused on users only using containers?
I could not really find anything regarding...
BR,
Alex
Beta Was this translation helpful? Give feedback.
All reactions