|
|
|
|
|
by rmetzler
2190 days ago
|
|
I guess - and I might be very wrong here - that the reason for client / server architecture was to be able to schedule docker containers on several hosts without the need to ssh into them. And I guess something like docker-in-docker or docker containers accessing the Unix socket would be more complicated. |
|
Remember, containers are just Linux cgroups, there is nothing “special” about a container that requires a client/server.