|
|
|
|
|
by nyx__
1835 days ago
|
|
Containers aren't Docker. They're a combination of Linux features. Your container runtime might provide health checks and fancy features, but containers do not. > We're talking about being able to deploy and scale the same app at will in a completely sandboxed and controlled environment. We're talking about treating everything as cattle, from services to system architecture. Same is true for AMIs and VMs. Containers are the technology, not the pattern. |
|
Discussing if containers are Docker or not I'm this discussing is a non-sequitur fueled by needless nitpicking and being pedantic for being pedantic.
The whole point is that all those features that I listed are basic container features, not higher-level concepts provided at the container orchestration level.
> Same is true for AMIs and VMs.
No, not really. Running something in a VM is not the same as running a containerized process.