Remix.run Logo
Hamuko 5 days ago

Pretty much everything on my Synology DS920+ is running inside Docker. I think the only exception is Plex, which I've installed natively on the device – but even Plex needs to be downloaded directly from Plex because the one in the package center is outdated.

When I outgrow my DS920+, I'm probably gonna build a custom Unraid machine to replace it. Most of my needs from Synology are being able to run Docker containers and mix-and-match drives.

lostlogin 5 days ago | parent | next [-]

I graduated from Synology docker, to Docker compose and my world got better.

The weird quirks of Synology Docker are painful. Eg containers that won’t stop, or won’t start. It’s not easy to get into the containers (docker exec), recreating is tricky compared to copying and pasting docker-compose.yml.

Hamuko 5 days ago | parent [-]

Synology Docker aka Container Manager has support for Docker Compose under "Projects". It even explicitly gives you the option or either uploading a ready-made docker-compose.yml or to create a new one.

Personally, I mainly use the CLI to manage my Compose files even on Synology DSM.

lostlogin 5 days ago | parent [-]

I’m surprised that I haven’t noticed this before. When I click on it it still isn’t obvious that this is what it does. It’s more than slightly embarrassing.

Thank you.

fragmede 5 days ago | parent | prev [-]

I tried unRAID but ran into a bunch of bugs/issues/missing features and it's not open source so it's a dead end. It's a cool concept but I'd look elsewhere.