Nicolas De Loof
|
0e862eeaa7
|
introduce --resolve-image-digests on config command
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-18 14:48:28 +01:00 |
Nicolas De loof
|
5e7203dbe4
|
Merge pull request #1306 from aiordache/compose_exec_cmd
Add `compose exec` command
|
2021-02-16 14:15:48 +01:00 |
aiordache
|
afac025a49
|
Add `compose exec` command
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2021-02-16 10:56:00 +01:00 |
Nicolas De Loof
|
0b517741a0
|
introduce --timeout on compose stop|down
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-16 10:21:01 +01:00 |
Nicolas De Loof
|
5cb2533faa
|
dryrun to collect resources to be removed, then remove
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-15 12:32:44 +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
|
4462f12249
|
revisit `run` implementation as create, attach, start, wait
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-12 17:45:02 +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 |
Guillaume Tardif
|
a5affa447f
|
Adapt e2e tests to compose flag order
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-02-08 11:33:10 +01:00 |
Nicolas De Loof
|
0aa3f4a189
|
Add kill command
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-03 10:44:26 +01:00 |
Nicolas De Loof
|
9b282b69f8
|
Introduce --all option on compose ps
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-02-02 13:58:27 +01:00 |
Guillaume Tardif
|
c9028f9f37
|
Merge pull request #1180 from docker/add-compose-stop
Add start and stop commands
|
2021-01-29 12:15:24 +01:00 |
Guillaume Tardif
|
be0a8954fa
|
more brutal aci flakyness resolution
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-28 12:14:28 +01:00 |
Ulysses Souza
|
4ff20bdda8
|
Add start and stop commands
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2021-01-27 17:18:10 -03:00 |
Guillaume Tardif
|
3f474143ad
|
Merge pull request #1163 from docker/stop-on-ctrlc
Stop project on Ctrl+C
|
2021-01-26 17:08:32 +01:00 |
Nicolas De Loof
|
f33eff5903
|
introduce `--filter` option on `compose ls`
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-01-22 10:27:56 +01:00 |
Ulysses Souza
|
0529415fa7
|
Stop project on Ctrl+C
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2021-01-20 10:02:59 -03:00 |
Guillaume Tardif
|
6859413a5d
|
Moving last things from /tests, removing dead code
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-19 15:48:48 +01:00 |
Guillaume Tardif
|
46935b0300
|
Move tests to each backend folder
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-19 15:25:26 +01:00 |
Guillaume Tardif
|
f1ac6d4fdc
|
Move errdefs => api/errdefs
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 16:54:18 +01:00 |
Guillaume Tardif
|
5e20ffdc50
|
Move prompt => utils/prompt
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 16:49:12 +01:00 |
Guillaume Tardif
|
0ea97920c1
|
Move Context & context/store => api/context & api/context/store
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 16:31:59 +01:00 |
Guillaume Tardif
|
930ae8bdb2
|
goimports -local github.com/docker/compose-cli -w . ; gofmt -s -w .
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 16:24:00 +01:00 |
Guillaume Tardif
|
801e747adb
|
Move context/cloud => api/cloud
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 16:23:53 +01:00 |
Guillaume Tardif
|
4dee783aba
|
Move progress => api
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 15:57:24 +01:00 |
Guillaume Tardif
|
6a8b344885
|
Move backend => api
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 15:44:42 +01:00 |
Guillaume Tardif
|
010c4be6b2
|
Support container_name in ACI and add network alias in dns sidecar.
(Note container_name is used in several MSFT examples)
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-12 15:44:37 +01:00 |
Nicolas De Loof
|
4de01936f8
|
introduce --remove-orphans option
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2021-01-06 14:36:59 +01:00 |
Guillaume Tardif
|
32d5644937
|
Pass reader Writer as options to backend, remove hardcoded os.Stdout
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2020-12-18 10:01:06 +01:00 |
Guillaume Tardif
|
76f36a69c6
|
Reusing existing Create() and Start() API
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2020-12-18 10:00:18 +01:00 |
aiordache
|
412385c495
|
Add `compose run` command
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-12-18 09:58:55 +01:00 |
Nicolas De Loof
|
eda6a59379
|
introduce options struct in the API
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-12-17 11:10:57 +01:00 |
Nicolas De Loof
|
855a879a6a
|
Introduce `removeOrphans` to cleanup injected AWS simulation container
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-12-17 10:46:17 +01:00 |
Nicolas De Loof
|
056dfb95bc
|
allow to collect logs for a subset of project services
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-12-17 10:32:46 +01:00 |
Guillaume Tardif
|
5f730436d4
|
ACI: Allow setting protocol when publishing ports
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2020-12-11 16:45:48 +01:00 |
Nicolas De Loof
|
446008a4b6
|
on ACI container ID is `project_service` and name is `service`
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-12-09 14:39:10 +01:00 |
Nicolas De Loof
|
1d859dc807
|
`Ps` return ContainerSummary, not Services
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-12-09 10:33:51 +01:00 |
Nicolas De Loof
|
ca123e08eb
|
Revisit logs/up API to pass a LogConsumer vs io.Writer
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-12-07 14:47:44 +01:00 |
Nicolas De Loof
|
136d09e1ac
|
split `Up` into `Create`+`Start` so logs don't collide with progress
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-12-04 08:16:50 +01:00 |
Nicolas De Loof
|
39e4107e12
|
attach to log stream by default on `up`
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-12-03 16:51:00 +01:00 |
Djordje Lukic
|
2f09b634cc
|
Implement `docker compose pull`
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
|
2020-12-03 16:14:38 +01:00 |
Nicolas De Loof
|
52574046f0
|
introduce `compose push` command
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-12-01 14:55:52 +01:00 |
Nicolas De Loof
|
5952183eca
|
introduce `compose build` command
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-11-30 12:43:38 +01:00 |
Guillame Tardif
|
4d1f265c62
|
Adding error progress indication when errors
Signed-off-by: Guillame Tardif <guillaume.tardif@gmail.com>
|
2020-11-27 18:18:14 +01:00 |
Guillame Tardif
|
7ddd8e5e97
|
Helper methods to create progress events, more homogeneous display for “creating”, “Created”, …
Signed-off-by: Guillame Tardif <guillaume.tardif@gmail.com>
|
2020-11-27 17:55:36 +01:00 |
Ulysses Souza
|
fe566d24e6
|
Bump `azure-sdk-for-go`: v43.3.0 -> v48.2.0
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-11-24 11:48:26 -03:00 |
Chris Crone
|
03e95839c8
|
deps: Update Go modules, remove duplicate
Signed-off-by: Chris Crone <christopher.crone@docker.com>
|
2020-11-23 15:03:03 +01:00 |
Ulysses Souza
|
3fbb9bd864
|
Add auto creation of Azure volumes during `compose up`
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-11-20 16:34:11 +01:00 |
Guillaume Tardif
|
3d18eda869
|
Do not specify successThreshold, from MSFT : defaults to 1 and cannot be changed, related to Kube healthchecks: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#probe-v1-core
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-11-13 14:14:42 +01:00 |
Nicolas De loof
|
aa09ecb1f8
|
Merge pull request #905 from docker/fix_aci_potential_nil_panic
Use ACI .IsHttpStatus() rather than accessing .StatusCode directly
|
2020-11-12 15:12:14 +01:00 |