Is Docker a good fit for my Plex and Immich setup?

0
6
Asked By CuriousCoder99 On

I'm exploring a hands-on project and want to know if using Docker is a good idea for my computer setup. I have a Beelink U59, which I've upgraded to 16GB of RAM. I want to run Plex for my household and a few external users, set up Immich to replace Google Photos, and do some web browsing, although the latter doesn't require Docker. I've started using Docker Desktop on Windows 11, but I'm running into frequent errors, particularly 'WSL distro terminated abruptly.' I've heard that Docker on Windows isn't reliable, and I'm wondering if I should switch everything to Ubuntu instead. I'm concerned about having to recreate my Plex Media Server and getting lost in Linux setups and command line scripts. What would be the best steps to take? Would Ubuntu with Docker really improve things for me?

4 Answers

Answered By TechSavvyJoe On

Switching to Ubuntu might be a good move for you! Docker on Linux tends to be more stable and less resource-heavy than on Windows. That said, you'll need to ensure the file paths in your library are correct or else you might have to rebuild your library structure. But if you're ready to dive in, it might just solve your reliability issues with Plex and Immich. Also, have you looked at alternatives like UNRAID or OpenMediaVault? They could simplify your setup without diving completely into the Linux world.

Answered By PlexPro2010 On

Docker is handy for keeping your Plex and Immich instances organized, and you can manage them easily through Docker Compose. As for web browsing, using your usual browser is totally fine and should work well—there's no need to reinvent the wheel there! If you find yourself struggling with Linux, there are plenty of beginner-friendly guides out there that can help you unravel the complexities.

Answered By LinuxLover32 On

Absolutely, running both Plex and Immich on Ubuntu with Docker is a solid choice. It’s generally easier to manage and more efficient. Just remember, don't blindly copy-paste commands from guides—take some time to understand the basics of Linux first. Here's a simple startup guide for you: Install Docker and Docker Compose, then use the appropriate docker-compose files for Plex and Immich. Once you get the hang of it, you'll see how it simplifies everything. Plus, you can check out this blog for more use cases on Docker: [clickittech.com](https://www.clickittech.com/devops/docker-use-cases/)!

Answered By TheCuriousUser On

If you're still considering Windows, it works, but be prepared for updates and the occasional shutdowns. If you want something that can run nonstop, Linux is the way to go. Depending on your plans for web browsing, you can definitely just use a regular browser on Windows without worrying about running a Docker container. But if you're serious about this project, jumping into Ubuntu could really streamline your experience!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.