If any body tried this on Synology's Docker environment, please kindly share on how-to. #56
Unanswered
kennethpiu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Update: I think I have figure out why there was permission issues, it was due to I have pre-created the zoomrec folder. Failed to connect to session manager: Failed to connect to the session manager: SESSION_MANAGER environment variable not defined
|
Beta Was this translation helpful? Give feedback.
1 reply
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I am not really good in docker environment, however, after trying 24 hours to get it running on Synology, it is still no runable, the details are shown below;
Plain download code and run on docker
DISPLAY = :1
VNC_COL_DEPTH = 24
VNC_RESOLUTION = 1024x576
VNC_IP = 172.17.0.3
VNC_PORT = 5901
Connect to 172.17.0.3:5901
Start script..
Failed to connect to session manager: Failed to connect to the session manager: SESSION_MANAGER environment variable not defined
mkdir: cannot create directory '/home/zoomrec/.vnc': Permission denied
mkdir: cannot create directory '/home/zoomrec/.vnc': Permission denied
mkdir: cannot create directory '/home/zoomrec/.vnc': Permission denied
mkdir: cannot create directory '/home/zoomrec/.vnc': Permission denied
Tried to add mount volume via docker GUI and add/remove puid 1026/1024 pgid 101/100
Still facing mkdir: cannot create directory '/home/zoomrec/.vnc': Permission denied
Hope anybody who is familiar with synology can give some advise. thanks
Also tried to create new user and group called "Docker" and extract the PUID & PGID which exclusively given permission to access any folders under /Volume/Docker. Still no luck.
Ref: https://www.reddit.com/r/synology/comments/wf4v27/docker_container_permission_issue/
Beta Was this translation helpful? Give feedback.
All reactions