Docker Image for Globus Connect Personal Client
-
Install the Docker app on the Synology drive
-
On the registry tab of the Docker app look for meissnert/gcp and download the image
-
launch the image using the wizard and specify a container name, e.g. gcp
-
go to the container, edit and set environmental variables
USERID
&USER
to match one of the local users on the NAS -
on the volume settings specify which folders to share with the container and seth the mount path to
/home/<USER>/<FOLDERTOSHARE>
-
go to terminal and run:
adduser --disabled-password --gecos '' $USER &USERID
-
su $USER
-
/opt/globusconnectpersonel/globusconnect -setup <key>
-
opt/globusconnectpersonel/gobusconnect -start &