Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow support for NFS/CIFS volume mount (Useful for swarm modes) #790

Open
ErSauravAdhikari opened this issue Nov 30, 2024 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@ErSauravAdhikari
Copy link

ErSauravAdhikari commented Nov 30, 2024

What problem will this feature address?

I'm always frustrated that there is no easy way to configure external volume mounts based on network attached storage.

Describe the solution you'd like

Allow the admin to configure the following features

  • Docker volume destination

User permission can also be tied to the said volume destination (Linked to issue: #788 )

The volume destination can be something like the following:

  • Local
  • Remote

For remote we have options such as: nfs, glusterfs, iscsi, sshfs, cifs, etc.

Describe alternatives you've considered

Creating docker volume manually and linking them

For example:

docker volume create --driver local \
  --opt type=nfs \
  --opt o=addr=[ip-address],rw \
  --opt device=:[path-to-directory] \
  [volume-name]

Additional context

Docker run command referenced from: https://phoenixnap.com/kb/nfs-docker-volumes

Will you send a PR to implement it?

Maybe (Need help)

@ErSauravAdhikari ErSauravAdhikari added the enhancement New feature or request label Nov 30, 2024
@sunnycatnice
Copy link

It would be very nice to have

@ipaderi
Copy link

ipaderi commented Dec 1, 2024

UP!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants