Post #3364701
2026-06-14 01:12 UTC
10 billion percent agree.
using docker to maintain all my services is the only way I can selfhost anymore. running things natively just isn’t worth it anymore.
I run my own gitlab instance and have repos dedicated to pulling updated images and caching them locally so even if the internet goes down I can still deploy services. what images I don’t trust, I build locally from locally cached os base images. and then there’s all my custom built apps/services.
Replies (1)
-
@Couldbealeotard@lemmy.world 2026-06-14 02:41
I haven’t copied down images locally, but it’s something I’ve considered.