Dokploy / Dokploy/dokploy

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

Open
#790 3 comments 11 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
37.4k
Forks
3k
Avg merge
1d 3h
Merged PRs (30d)
73

Description

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)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the existing Docker volume configuration and creation flow; the issue names no files or tests. Compare the current model with the requested local and remote destinations, including NFS and CIFS options. Done should provide an admin-configurable way to create or use these network-backed volumes without manual Docker commands.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
devops, infrastructure
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.