Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

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.

Popular tags from this forum

Similar threads

There must be already be some sort of dependency, as the deluge service joins the network namespace of the...
Replies
6
Views
684
Ok got this running.. But how do I specify the custom_user/password settings in the yaml-file? EDIT...
Replies
7
Views
992
For the heck of it, I just checked again in docker container, and it announced an update was available. I...
Replies
4
Views
1,084
  • Question Question
Do realize, that enabling any user to run docker containers is largely the same as giving that user full...
Replies
6
Views
1,760
Hello, I already have it configured perfectly with wireguard. I was looking at the Gluetun configuration...
Replies
4
Views
1,689
Thanks... I tried something similar with rsync. The docker volume lived in...
Replies
7
Views
1,902

Thread Tags

Welcome to SynoForum.com!

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

Registration is free, easy and fast!

Trending content in this forum

Back
Top