I can't speak to Synology but assume they also have their areas of quirky problems. I'd focus on restoring SSH then try the docker pull. fwiw, if it's not listed in Docker Hub I go to the command line since I haven't had luck with adding other repos and having them actually be used from the Docker Manager. I'm also moving to docker compose files and just managing everything from portainer, but I have to resolve other issues first.
Also, I set PUID & PGID to the account/group I'm using for write access to my container configs and data [data user acct (uid=2) & allusers group(gid=4)]. That one small bit took way too long to figure out b/c documentation sux, both TM & docker, and is geared for being run from a normal linux environment.
Also, I set PUID & PGID to the account/group I'm using for write access to my container configs and data [data user acct (uid=2) & allusers group(gid=4)]. That one small bit took way too long to figure out b/c documentation sux, both TM & docker, and is geared for being run from a normal linux environment.
Statistics: Posted by Mordac85 — Yesterday, 21:32