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
|
4dee783aba
|
Move progress => api
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
|
2021-01-15 15:57:24 +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 |
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 |
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 |
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 |
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 |
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 |
Guillaume Tardif
|
abd6af6386
|
Merge pull request #704 from ulyssessouza/add-envFile
Add envFile arguments to run command
|
2020-10-01 13:55:24 +02:00 |
Ulysses Souza
|
2e899202ec
|
Add envFile arguments to run command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 06:19:08 +02:00 |
Ulysses Souza
|
277702dc6b
|
Add argument support to run command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-09-30 15:34:22 +02:00 |
Guillaume Tardif
|
268c02523a
|
Only add `--domainname` flag to `docker run` in ACI context
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-09-22 14:41:31 +02:00 |
Guillaume Tardif
|
701d1b834e
|
ACI: allow users to set DNSLabelName and deploy containers with fqdn like `myapp.eastus.azurecontainers.io`
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-09-22 14:41:31 +02:00 |
Guillaume Tardif
|
f42e05fcc3
|
Merge pull request #636 from docker/update-copyright
Update copyright
|
2020-09-22 12:21:16 +02:00 |
Guillaume Tardif
|
772493d70d
|
Merge pull request #617 from ulyssessouza/volumes_ro
Add 'readOnly' capability to volumes on ACI
|
2020-09-22 12:14:31 +02:00 |
Chris Crone
|
d154c41586
|
Update copyright
Signed-off-by: Chris Crone <christopher.crone@docker.com>
|
2020-09-22 12:13:00 +02:00 |
Ulysses Souza
|
02d59ae510
|
Add 'readOnly' capability to volumes on ACI
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-09-18 12:07:42 +02:00 |
Guillaume Tardif
|
267b267201
|
Progress functions can return a string, that can be used in the caller of progress.Run to display final result after progress display
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-09-14 14:29:03 +02:00 |
Guillaume Tardif
|
64a28f6636
|
Also move client => api/client
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-09-07 13:23:06 +02:00 |
Guillaume Tardif
|
d06aa2827f
|
Move containers, compose, secrets to /api
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-09-07 13:22:08 +02:00 |
Chris Crone
|
4c6280b0e9
|
Rename docker/api -> docker/compose-cli
Signed-off-by: Chris Crone <christopher.crone@docker.com>
|
2020-08-21 17:28:39 +02:00 |
Guillaume Tardif
|
f442eafe0b
|
Validate run restart option value. Default value is “none”, instead of “no”, this is more in line with compose values, and changes only the default so should not have too much impact on legacy usage.
|
2020-08-04 17:11:21 +02:00 |
Ulysses Souza
|
a2c2d6aa5d
|
Add Restart Policy support when running single container
|
2020-08-04 16:57:58 +02:00 |
Djordje Lukic
|
e6c115dc17
|
Get the real width of the terminal
github.com/buger/goterm always returns 80 on windows...
|
2020-07-09 10:50:48 +02:00 |
Guillaume Tardif
|
cb3ac513cc
|
Add run env variables support (KEY=AVLUE or KEY, will grab the process env value).
No support yet for env files
|
2020-07-07 11:39:35 +02:00 |
Guillaume Tardif
|
5eea111ecf
|
Run containers and attach to logs by default, detach with -d option
|
2020-07-02 16:45:04 +02:00 |
Ulysses Souza
|
0a57fd7d5c
|
Add cpu and memory limits
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-06-29 10:28:43 +02:00 |
Guillaume Tardif
|
90914603ba
|
Add ACI detach flags, not used at the moment, but more makes new command more compatible with previous ones.
|
2020-06-23 16:17:02 +02:00 |
Djordje Lukic
|
ad72c866cc
|
Add license headers
|
2020-06-18 16:48:03 +02:00 |
Djordje Lukic
|
a1bb04ebe1
|
Refactor calling the progress writer to make it easier
|
2020-06-18 12:10:36 +02:00 |
Djordje Lukic
|
b55267739a
|
Azure backend reports progress
|
2020-06-18 11:01:33 +02:00 |
Christopher Crone
|
0efa67f7d2
|
Set random container name if not set
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
|
2020-05-21 19:28:42 +02:00 |
Ulysses Souza
|
b25a6b4bd6
|
Add volumes to run command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-20 10:06:12 +02:00 |
Djordje Lukic
|
fcb4b606e2
|
Add labels to containers on run
|
2020-05-18 13:54:03 +02:00 |
Djordje Lukic
|
d8a38afecc
|
Implement printing published ports
|
2020-05-16 10:41:35 +02:00 |
Djordje Lukic
|
52f7902d40
|
Port parsing on the comand line
|
2020-05-15 15:04:09 +02:00 |
Djordje Lukic
|
962efef48c
|
Commands run and rm only call a func
|
2020-05-15 09:14:51 +02:00 |
Ulysses Souza
|
80bc3f3620
|
Print container name when successful
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-13 10:27:39 +02:00 |
Christopher Crone
|
07569bffa9
|
Use friendly random name generator
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
|
2020-05-05 18:14:43 +02:00 |
Djordje Lukic
|
24c035e822
|
Add comments on exported items, remove example command
Also add `make lint` to run the linter
|
2020-05-05 10:27:44 +02:00 |
Djordje Lukic
|
28808f3f6d
|
Check that port definition contains source and dest
|
2020-05-04 11:45:34 +02:00 |
Djordje Lukic
|
eee9bf449f
|
Move run to own package
|
2020-05-04 11:35:11 +02:00 |