mirror of
https://github.com/docker/compose.git
synced 2026-09-23 22:14:28 +00:00
Show an ENGINE column in `compose ps` default table output when the
com.docker.compose.engine label is present. Expose {{.Engine}} for custom
--format templates.
Rename api.EngineLabel to api.ContainerEngineLabel to avoid the
name collision with desktop.EngineLabel (com.docker.desktop.address).
Signed-off-by: Nick Sieger <nick@nicksieger.com>
|
||
|---|---|---|
| .. | ||
| ansi.go | ||
| ansi_test.go | ||
| colors.go | ||
| consts.go | ||
| container.go | ||
| container_test.go | ||
| formatter.go | ||
| formatter_test.go | ||
| json.go | ||
| logs.go | ||
| pretty.go | ||
| shortcut.go | ||
| shortcut_unix.go | ||
| shortcut_windows.go | ||