Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting?

<- View Parent
slazer2au@lemmy.world ⁨1⁩ ⁨day⁩ ago

Not so much a fake one but overlay the actual directory with specific needed files for that container.

Take the Linux lib directory. It exists on the host and had python version 3.12 installed. Your docker container may need python 3.14 so an overlay directory is created that redirects calls to /lib/python to /lib/python3.14 instead of the regular symlinked /lib/python3.12.

source
Sort:hotnewtop