Help with Docker?

So much for a sticky,

New to Docker trying to get this Serviio working on my synology.
I know Ubuntu, in just not sure where to start with installing this in synology. I’ve got as far as installing Docker on synology, but that’s it.

What do I do next? Run Linux commands from ssh?

Yup SSH would be a good start, unless the synology has some sort of GUI for docker management.

In SSH/bash run the following command; docker --version
It should spit out the installed docker version.

Then you can proceed with a docker run command for the desired docker container.
All the containers have docker run examples below them.