Skip to content

Instantly share code, notes, and snippets.

@jehanf
Created July 19, 2023 09:29
Show Gist options
  • Save jehanf/67f19355df8f18f9585c6be9c6fbadfa to your computer and use it in GitHub Desktop.
Save jehanf/67f19355df8f18f9585c6be9c6fbadfa to your computer and use it in GitHub Desktop.
Pull image from ghcr.io and have it works with Synology Docker

Enable SSH on Synology DSM

Control Panel => Terminal & SNMP => Terminal => Check "Enable SSH service"
Keep port 22, we will disable SSH at the end for security reason so no need to have some exotic config here

Open a Terminal and SSH onto the Synology

ssh <user>@<synology-ip>
The password is the one you use to log into your NAS (I do hope you have a password!)

Once logged in

sudo -i
This will makes you root, so be careful not typing anything stupid :)

Pull the image your want :
docker pull ghcr.io/<your-wanted-image>

Now if you go to the WEB UI of your Synology, the image should appear in Synology Docker :)

Source :
https://www.reddit.com/r/chia/comments/n8brgr/how_to_get_the_official_chia_docker_image_to/

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