Skip to content

Docker issue on Synology NAS #169

Answered by jasonacox
marcbaier asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @marcbaier - there have been others who have done this on a Synology NAS, check out issue #22 (comment)

The steps that seem key are these (but check out the rest of the issue thread to see if that helps):

# Log in via SSH to Synology DSM. Create a usergroup docker:
sudo synogroup --add docker

# Change ownership of docker to this group:
sudo chown root:docker /var/run/docker.sock

# Make the user a member of the newly created group:
sudo synogroup --member docker <user>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by marcbaier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants