17 lines
6.3 KiB
HTML
17 lines
6.3 KiB
HTML
╔════════════════════╦═══════════════════════════════════════════════════╦═══════════════════════════════════════════════════╦═══════════════════════════════════════════════════════╗
|
|
║ 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 ║ ║ ║
|
|
╚════════════════════╩═══════════════════════════════════════════════════╩═══════════════════════════════════════════════════╩═══════════════════════════════════════════════════════╝ |