Skip to content

Instantly share code, notes, and snippets.

@NatLee
Last active February 7, 2026 22:03
Show Gist options
  • Select an option

  • Save NatLee/1caf52f2ab685e109f90494f31346e84 to your computer and use it in GitHub Desktop.

Select an option

Save NatLee/1caf52f2ab685e109f90494f31346e84 to your computer and use it in GitHub Desktop.
Synology DSM 7.x - A way to restart service of docker
# Use new Synology CLI tool -> `synopkgctl`
#usage: synopkgctl <command> [...]
#command:
# enable <package>
# disable <package>
# setup <package>
# start <package>
# stop <package>
# teardown <package>
# check-startable <package>
sudo synopkgctl stop Docker
sudo synopkgctl start Docker
# Or, use script
/var/packages/Docker/scripts/start-stop-status stop
/var/packages/Docker/scripts/start-stop-status start
@Lx
Copy link

Lx commented Feb 7, 2026

Thank you—on my system, I needed to replace Docker with ContainerManager.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment