this post was submitted on 20 Feb 2025
370 points (98.9% liked)

unix_surrealism

3254 readers
154 users here now

The underscore is very important!

A place to share original content related to computers, content, surrealism, wizardry and everything else.

analognowhere things of interest:

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] umbrella@lemmy.ml 2 points 11 months ago* (last edited 11 months ago) (1 children)

whats not to love. it provides an excellent containerized, consistent environment to run server "apps".

you don't need to worry about issues with different setups, or how applications might interact with the system/eachother. its quick and easy to deploy without wasting time with boilerplate. it isolates applications from eachother in case a breach happens in one of them, and makes for slightly easier troubleshooting when one has an issue.

it makes server app management quick and brainless so you can focus on what you want from the server and, well, using it instead of managing it. like installing an app from the app store. or rather dockerhub.

[โ€“] lena 2 points 11 months ago* (last edited 11 months ago)

Hell yeah, docked made running my services a lot easier.