|
|
|
|
|
by rahimnathwani
3995 days ago
|
|
"Assemble a system out of several containers, don't mash it all up into one - most people don't seem to get this about docker." Care to elaborate on this? Do you use the linking system described here? https://docs.docker.com/userguide/dockerlinks/ I mean, your various containers still communicate over IP, right? Just a private IP network within the host, rather than outside? (Obviously I've never used Docker.) |
|