Mark Dumay

Results 51 comments of Mark Dumay

Hi @ngerke, the `dockerd.json` looks like a standard Synology configuration to me. You might be right about the requirement to have a newer btrfs kernel module present on the NAS....

hi @Zenedith, the `syno_docker_update.sh` script uses below configuration by default. Synology's `db` log driver is not supported and is replaced by `json-file` instead. ``` { "data-root" : "/var/packages/Docker/target/docker", "log-driver" :...

Thanks for sharing @photocyte! This might be very helpful for others too. On a side note, the `vfs` storage driver is also how someone got [Docker running on Apple silicon...

Thanks for sharing your findings @1activegeek. Regarding the network issues, are they related to user-defined bridge networks (#35)? I suspect the iptables configuration needs some additional tweaks on Synology for...

No problem, glad to hear it's working now! Looking forward to your additional findings.

That's unfortunate @technorabilia. I doubt Synology addressed any of the core issues with their Docker package to be honest. `btrfs` is still a no go it seems. Another approach suggested...

Impressive article @technorabilia! I was always a bit hesitant to bypass Docker's package completely and to install Docker from scratch instead. But it's great to know it can be done....

I think you’re right - Synology seems to tweak many of its software components and Docker is no exception. I haven’t found the source code unfortunately. A good starting point...

Thanks for sharing @frobnicaty, I have updated the known issues (#42) accordingly.

I agree with @1activegeek, it would be best if we would not have to use this custom update script at all. I am running DSM 7 on my NAS for...