Setting up GitLab on Docker for Windows with Volumes Shared From a Linux Server
I have a GitLab instance in a Docker container running on a Synology NAS. Now, I want to move the GitLab to a Windows PC that I have, but keep the data on the NAS.
To do this, I created some folders config
, data
, and logs
on the NAS and shared them on the network with “Shared Folder”. From what I understand, this happens using Samba. Then, on the Windows machine, I run (based on Docker add network drive as volume on windows)
Setting up GitLab on Docker for Windows with Volumes Shared From a Linux Server
I have a GitLab instance in a Docker container running on a Synology NAS. Now, I want to move the GitLab to a Windows PC that I have, but keep the data on the NAS.
To do this, I created some folders config
, data
, and logs
on the NAS and shared them on the network with “Shared Folder”. From what I understand, this happens using Samba. Then, on the Windows machine, I run (based on Docker add network drive as volume on windows)
Setting up GitLab on Docker for Windows with Volumes Shared From a Linux Server
I have a GitLab instance in a Docker container running on a Synology NAS. Now, I want to move the GitLab to a Windows PC that I have, but keep the data on the NAS.
To do this, I created some folders config
, data
, and logs
on the NAS and shared them on the network with “Shared Folder”. From what I understand, this happens using Samba. Then, on the Windows machine, I run (based on Docker add network drive as volume on windows)