Guillaume Tardif
|
cf378834e5
|
No rebuild on compose up if image already exists by default, added first use of compose pull_policy and `compose up --build` to allow to force rebuild.
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2020-12-10 18:38:16 +01:00 |
Guillaume Tardif
|
cf0e10a431
|
Adding short description to improve help on compose subcommands
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2020-12-10 15:43:20 +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 |
Guillaume Tardif
|
04cdd8dd40
|
Display compose experimental disclaimer only for local context type or moby (default) context type. Fixes ACI / ECS e2e tests.
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2020-12-07 16:37:14 +01:00 |
Guillaume Tardif
|
5c13bafac5
|
Add a disclaimer message for all `docker compose` commands
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2020-12-07 15:46:32 +01:00 |
Nicolas De loof
|
576aa46d21
|
Merge pull request #1015 from docker/logConsumer
Revisit logs/up API to pass a LogConsumer vs io.Writer
|
2020-12-07 14:57:43 +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 |
Guillaume Tardif
|
ec5afcfd4d
|
`compose up` and other compose commands running on “Moby” context type.
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2020-12-07 14:41:27 +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 |
Ulysses Souza
|
7e4cfc0e3b
|
Add order to down command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-12-02 13:51:11 +01:00 |
Guillaume Tardif
|
4270f383a7
|
Merge pull request #988 from docker/feat-platform
Add platform when running containers
|
2020-12-02 13:24:07 +01:00 |
Guillaume Tardif
|
5258e3d56e
|
Add compose build flags for file and working dir
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2020-12-02 10:35:28 +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 |
Djordje Lukic
|
1148ed8837
|
Add platform when running containers
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
|
2020-11-30 11:51:46 +01:00 |
Nicolas De Loof
|
b1a4dfd659
|
filter compose project to remove all services not required by command
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-11-30 10:46:11 +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 |
Nicolas De loof
|
38d2dd9b41
|
Merge pull request #907 from docker/aci_healthcheck_threshold
|
2020-11-17 13:35:01 +01:00 |
Guillaume Tardif
|
bc966daf34
|
Merge pull request #912 from docker/compose-api
Compose api
|
2020-11-17 09:51:13 +01:00 |
Guillaume Tardif
|
5abc68ebdd
|
Add compose service, run `compose up` through API
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-11-16 12:11:52 +01:00 |
Guillaume Tardif
|
575307d8af
|
Fix run default value for health check retries
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-11-13 14:14:41 +01:00 |
Guillaume Tardif
|
91e5d178d2
|
Fix ports & Host config not being initialised in inspect view, fix E2E tests
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-11-12 18:00:22 +01:00 |
Ulysses Souza
|
49759af15c
|
Add container inspect view
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-11-12 17:16:54 +01:00 |
Guillaume Tardif
|
5c04e84e49
|
Merge pull request #882 from docker/yaml
Marshall cloudformation template as yaml
|
2020-11-06 13:51:12 +01:00 |
Ulysses Souza
|
f6509ac814
|
Add Healthchecks to ACI
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-11-06 12:21:12 +01:00 |
Ulysses Souza
|
7aee922b35
|
Remap restart policies for command run
This adds 'no' and 'always' as options.
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-11-06 10:37:53 +01:00 |
Nicolas De loof
|
c6fc0e116f
|
Merge pull request #879 from docker/acceskey_file
Flag to import access key & secret from file
|
2020-11-05 14:08:51 +01:00 |
Nicolas De Loof
|
cb02622318
|
Marshall cloudformation template as yaml
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-11-05 11:01:32 +01:00 |
Nicolas De Loof
|
44c58e7806
|
Flag to import access key & secret from file
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-11-04 17:20:10 +01:00 |
Guillaume Tardif
|
db7d04db79
|
Remove obsolete flag `--json` (that was marked hidden), kept for VSCode extension but is not used, `docker context ls --format “{{ json . }}”` is used.
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-11-04 14:54:01 +01:00 |
Nicolas De loof
|
f66123b34a
|
Merge pull request #846 from docker/ecs_context
|
2020-11-03 11:38:06 +01:00 |
aiordache
|
3066a1cdad
|
cleanup
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-10-30 18:50:56 +01:00 |
Chris Crone
|
25e6a18fef
|
backend: Add --rm support to local backend
Signed-off-by: Chris Crone <christopher.crone@docker.com>
|
2020-10-30 18:19:02 +01:00 |
aiordache
|
de0be8650e
|
Remove region from contexts and cleanup
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-10-30 17:51:16 +01:00 |
Guillaume Tardif
|
c3cc54316b
|
This new field Named “Type” breaks VSCode extension for some strange reason, lets rename it ContextType
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-10-30 13:32:13 +01:00 |
Guillaume Tardif
|
7cc3bc3870
|
No breaking change on `docker context ls —format “{{ json . }}` , this is used by VSCode extension
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-10-30 10:37:36 +01:00 |
aiordache
|
53efa312c8
|
Refactor context create options
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-10-29 10:25:23 +01:00 |
aiordache
|
2dcd1a5826
|
refactor ecs context creation
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-10-29 10:10:00 +01:00 |
Guillaume Tardif
|
02501407de
|
Add update command for backward compatibility
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-10-28 14:26:32 +01:00 |
Ulysses Souza
|
69083e07e6
|
Add --rm to run command (as not yet implemented)
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-27 01:57:35 +01:00 |
Ulysses Souza
|
29ba42bbc4
|
Fix volume create cli bug
This passes the pointer to the concrete struct instead of a copy
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-20 19:34:06 +02:00 |
Nicolas De Loof
|
de96a0c1d0
|
CLI command to manage ECS volumes
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
|
2020-10-20 16:52:50 +02:00 |
aiordache
|
8f31ad59be
|
Refactor secrets
- create secrets from files
- update Secret structure
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-10-19 11:33:55 +02:00 |
Guillaume Tardif
|
85c94a2f7f
|
Replace `docker run —envFile` with `docker run —env-file`
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-10-16 18:03:47 +02:00 |
Anca Iordache
|
05295b5e8a
|
Merge pull request #765 from docker/ecs_default_profile
Populate ~/.aws/config(credentials) on ecs context create
|
2020-10-16 11:33:03 +02:00 |
aiordache
|
c2af0a136a
|
Populate ~/.aws/config(credentials) on ecs context create
Signed-off-by: aiordache <anca.iordache@docker.com>
|
2020-10-15 20:26:38 +02:00 |
Guillaume Tardif
|
50a2ae1100
|
Display summary of reclaimed ACI resources (CPU/mem) in `docker prune`
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-10-15 15:45:48 +02:00 |