this post was submitted on 27 Aug 2022
12 points (100.0% liked)
Open Source
31351 readers
161 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I am not a developer. I don't understand what mean app in a container (like docker).
Who feel to explain me concept idea in simple words?
It's like a virtual machine, but doesn't require as much resources. Everything that's needed to run an email server is packaged inside the container so you can just start it up and things work out of the box.
It's a way to isolate an app and it's dependencies. This is done for security reasons and portability, but I suspect it has more to do with the fact that most developers are too lazy to make something work bare metal on every platform there is out there.