cyl3el2cleal2

joined 11 months ago
[–] [email protected] 1 points 10 months ago (1 children)

I will try swarm mode. K8S is too heavy. Portainer is a great tool but I need to ssh for mounting drive every time I want to use NFS.

 

I have a nas (synology) and a mini pc(will install linux + docker) then I would like to use my nas drive as the storage (like storing photos) then use the docker on my linux machine and mount nas drive volume. But this should work when I manage on my linux machine.

It will be easier to manage on my nas then use my linux machine as a node/worker for running containers. So if you have any suggestions for this concept please let me know

[–] [email protected] 1 points 11 months ago

I just made it work for Synology drive. Firstly you create the user for docker then assign the permission to your photo folder then when you create the project on container manager just set the UID and GID and mount your photo path to originals by using compose file on volume variable. That’s all