This is a container ship. All those big ones are containers ships.
Singleton Container ship representation
deleted by creator
deleted by creator
I’m giving her all she’s got, Captain!
-Raspberry PiInitially I used systemd to manage my services on my Raspberry Pi 5 (keep it simple), but I moved quickly to Docker and Docker compose (which I already was comfortable with) and it is so much better.
I’ve got a kubernetes cluster with 2 pis right now. Its apart of a bigger cluster but still. All containers are, are isolated preccesses so its barely different than launching any other process.
Now if that container is like Plex or an ollama serve or something…
All containers are, are isolated preccesses so its barely different than launching any other process.
The two biggest differences are that containers use more disk space vs non-containers and that containers won’t use shared libraries. That means that instead of loading up 1 version of glibc for most of the OS, you end up with n containers glibcs loaded up.
Practically speaking, this isn’t really a huge deal. A lot of those libraries fit in less than 1mb. A disaster if this was my childhood computer. A non-issue on modern systems with more than 512mb of ram.
I used to run a dozen or so docker services off a pi. Docker doesn’t hit it that bad.
Anyone know the source of this image?
The Indian Ocean most likely.
This looks like a rPi Zero.
I wonder what quadlets would look like. U-hauls on a ferry?
deleted by creator