this post was submitted on 10 Feb 2025
40 points (97.6% liked)
Explain Like I'm Five
14968 readers
2 users here now
Simplifying Complexity, One Answer at a Time!
Rules
- Be respectful and inclusive.
- No harassment, hate speech, or trolling.
- Engage in constructive discussions.
- Share relevant content.
- Follow guidelines and moderators' instructions.
- Use appropriate language and tone.
- Report violations.
- Foster a continuous learning environment.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Love the container analogy - immediately made so much sense to me! Also clarifies some misunderstandings I had.
I was mucking about with docker for a Plex server over the weekend and couldn’t figure out what exactly docker was doing. All I knew was that it’d make plex ‘sandboxed’, but I then realised it also had access to stuff outside the container.
This is their logo:
The whole container on a ship idea is their entire premise. The ship (docker) is a unified application/os layer to the host, in that containers can work plug-n-play with the docker base layer.
On a very specific note, I don't run my Plex server in a container. I have a docker compose setup with 20+ apps, but Plex is on the bare metal OS because it's kinda finicky and doesn't like nas. You also need to setup the Plex API to claim the server as the container name changes. This is my stock Plex config if it helps