.
This commit is contained in:
17
Development and coding/HTML/testing_table.html
Normal file
17
Development and coding/HTML/testing_table.html
Normal 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 ║ ║ ║
|
||||
╚════════════════════╩═══════════════════════════════════════════════════╩═══════════════════════════════════════════════════╩═══════════════════════════════════════════════════════╝
|
||||
Reference in New Issue
Block a user