Chris Crone
|
d154c41586
|
Update copyright
Signed-off-by: Chris Crone <christopher.crone@docker.com>
|
2020-09-22 12:13:00 +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 |
Djordje Lukic
|
ef2d304762
|
Allow non-interactive exec on ACI
If the request is for a non-interactive exec we don't attach the stdin
when executing.
|
2020-07-09 11:47:22 +02:00 |
Guillaume Tardif
|
c5cd0f44f8
|
Fix ACI e2e tests : do not use console if no tty option set in exec
|
2020-07-07 14:05:25 +02:00 |
Guillaume Tardif
|
d71ae04936
|
Let -it flag go through for aci exec, same as -t for the moment.
Will need to check how we can implement -I specifically on ACI
|
2020-06-29 10:50:04 +02:00 |
Djordje Lukic
|
ad72c866cc
|
Add license headers
|
2020-06-18 16:48:03 +02:00 |
Djordje Lukic
|
c34d016fdb
|
Unify protos with client interfaces
* change function names in containers.proto
* add streams proto
|
2020-06-08 09:43:19 +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
|
afca3e31b5
|
Implement exec command
|
2020-05-04 12:43:32 +02:00 |