Remix.run Logo
lostlogin 5 days ago

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.