Nicolas De loof
|
8029db807c
|
Merge pull request #1301 from docker/color_fix
fix color assignment on status messages
|
2021-02-16 10:43:16 +01:00 |
Nicolas De Loof
|
4fcaa29614
|
fix color assignment on status messages
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-15 12:29:48 +01:00 |
Nicolas De Loof
|
20b83aa237
|
introduce compose rm command
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-15 09:26:52 +01:00 |
Nicolas De Loof
|
8533a26929
|
make color assignment predictable and option to disable prefixes/colors
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-12 17:55:38 +01:00 |
Nicolas De Loof
|
d56745cba4
|
detect stopped containers as "Created"
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-12 12:17:17 +01:00 |
Nicolas De Loof
|
d9fe745cc0
|
avoid use of channels in API for gRPC compatibility
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-11 09:34:08 +01:00 |
Nicolas De Loof
|
a4b003ecfa
|
pull logs and events better than aggregate events from multiple channels
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-09 17:27:36 +01:00 |
Nicolas De Loof
|
f3d093cb54
|
introduce cascade stop "--abort-on-container-exit" option
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-09 17:07:24 +01:00 |
Nicolas De Loof
|
7a7114fb5f
|
Capture container exit code and dump on console
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-09 17:07:24 +01:00 |
aiordache
|
1e7ce90561
|
Kube backend: add the `compose logs` command
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2021-02-08 15:19:47 +01:00 |
Nicolas De Loof
|
b1f864a6f8
|
Introduce --profile option
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-02 13:51:22 +01:00 |
Ulysses Souza
|
b3993230d1
|
Add network alias to container name
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2021-01-07 17:06:40 -03:00 |
Ulysses Souza
|
8976a20698
|
Use `container_name` property on service
This applies `container_name` when available in
the service definition.
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2021-01-07 17:06:40 -03:00 |
Guillaume Tardif
|
3714ab7d41
|
Attaching container logs
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2020-12-18 10:01:08 +01:00 |
Djordje Lukic
|
72cec58ed1
|
Check if stdin is nil before closing
getContainerStreams returns a nil stdin if the container is already running
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
|
2020-12-11 10:08:27 +01:00 |
Nicolas De Loof
|
1eb40999e2
|
Split compose.go into command-focussed go files
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-12-08 11:58:49 +01:00 |