|
|
|
|
|
by cyphar
2394 days ago
|
|
Docker has its own security nightmares and mis-designs -- for instance, are you using user namespaces? With LXC and LXD user namespaces are the default (and unlike Docker's design, they can use different ID mappings which blocks inter-container attacks). There are plenty of other missteps I can think of. (I am a maintainer of runc and have contributed to Docker for a long time, as well as collaborated with the LXC folks.) |
|