Container Components and Compositions
Atmos now has a first-class container component kind. Where a type: container workflow step is a
procedural docker run --rm, a components.container entry is declarative, stack-scoped
infrastructure: one component is one service, with an image artifact Atmos builds/pushes/pulls and an
optional long-running named container you operate with atmos container up/ps/logs/exec/restart/stop/rm/down.
A new compositions section groups the components that make up a system.






