Symbolic links for Docker containers with data on an SMB share

Currently reading
Symbolic links for Docker containers with data on an SMB share

777
291
NAS
DS216+II, DS118, DS718+, DS720+
Router
  1. RT2600ac
  2. MR2200ac
Operating system
  1. Windows
Mobile operating system
  1. Android
I want to be able to deploy Docker containers on a seperate Ubuntu VM I have running on my DS718+ . But I want the persistent data mounted with -v to live on /volume1/docker of my NAS itself anyhow, so all this data is automatically included in my HyberBackup schedules.

So if we take this container for example (NGINX Proxy Manager (jc21/nginx-proxy-manager)):

1624787927382.png


On this VM, /mnt/nas3docker is an SMB mount to \\NAS\docker . Contents of /etc/fstab :
1624788086925.png


This works great and all.
UNTIL...... symbolic links/junctions come into play.

For example, this docker container wants to use symbolic link after it has created a LE certificate. But throwing up this error.

I already tried this to no avail:
1624788879517.png


Googling around on the Internet, I read that smb.config needs this:

Code:
[global]
allow insecure wide links = yes
unix extensions = no

[myShare]
wide links = yes

But I do not see this on my NAS:
1624789174418.png


Am I missing something...?
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Similar threads

  • Solved
Hi, a little late, but thanks for your tip. Meanwhile I looked with more attention to what I own at home...
Replies
65
Views
12,855
I can’t find any option to restore just the settings. 1710356648 Phew, managed to fix it. Within the...
Replies
4
Views
389
Good to hear. Deluge has not been updated for almost two years now as an app, nevertheless. But it gives...
Replies
12
Views
958
  • Question
Open an issue on that GitHub page. The developers will be glad to assist. OP has posted two threads on...
Replies
5
Views
959
I'm happy with email notifications but in v0.3.3 of dockcheck the author added apprise notifications...
Replies
4
Views
1,040
I am also trying to setup a Z-wave USB dongle and am getting stuck after following the same steps as...
Replies
1
Views
1,029
How did you create the Portainer container in first place? As in exact docker run commands or in case...
Replies
7
Views
1,235

Welcome to SynoForum.com!

SynoForum.com is an unofficial Synology forum for NAS owners and enthusiasts.

Registration is free, easy and fast!

Back
Top