This commit is contained in:
2026-02-25 13:20:06 +01:00
parent f40c4d904e
commit e02dfaea0b
9 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
╔════════════════════╦═══════════════════════════════════════════════════╦═══════════════════════════════════════════════════╦═══════════════════════════════════════════════════════╗
║ Protocol ║ Best For ║ Strengths ║ Watch-outs ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ NFS ║ Linux hosts, shared access across containers ║ Simple setup, low overhead, native Docker support ║ No built-in encryption, UID/GID mapping can be tricky ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ SMB/CIFS ║ Windows hosts, mixed environments, AD integration ║ Works everywhere, credential-based auth ║ Higher overhead, requires cifs-utils on host ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ Local mount + bind ║ Maximum performance, simple setups ║ No network latency, works offline ║ Requires NAS mounted on host first ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ Protocol ║ Best For ║ Strengths ║ Watch-outs ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ NFS ║ Linux hosts, shared access across containers ║ Simple setup, low overhead, native Docker support ║ No built-in encryption, UID/GID mapping can be tricky ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ ║ ║ ║ ║
╠════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════╬═══════════════════════════════════════════════════════╣
║ iSCSI ║ Containers that need block access to storage ║ ║ ║
╚════════════════════╩═══════════════════════════════════════════════════╩═══════════════════════════════════════════════════╩═══════════════════════════════════════════════════════╝