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
deadcade@lemmy.deadca.de ⁨1⁩ ⁨week⁩ ago

Personally I have seen the opposite from many services. Take Jitsi Meet for example. Without containers, it’s like 4 different services, with logs and configurations all over the system. It is a pain to get running, as none of the services work without everything else being up. In containers, Jitsi Meet is managed in one place, and one place only. (When using docker compose,) all logs are available with docker compose logs, and all config is contained in one directory.

It is more a case-by-case thing whether an application is easier to set up and maintain with or without docker.

source
Sort:hotnewtop