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 |
Ulysses Souza
|
15066ce999
|
Add 'kill' command
- On ACI that's implemented as a stop,
since ACI does not implement a kill
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-09-04 02:57:54 +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 Lours
|
95de770e87
|
Update or add license header which are not valid
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
|
2020-08-17 16:55:25 +02:00 |
Djordje Lukic
|
33758f0764
|
Add start to gRPC
|
2020-08-12 14:50:47 +02:00 |
Djordje Lukic
|
093a69136f
|
Add --force to rm on ACI
If a container is running the user must force the removal of the
container.
|
2020-08-11 16:30:42 +02:00 |
Guillaume Tardif
|
bc920b2e54
|
Add restartPolicyCondition to gRPC protos (run & inspect)
|
2020-08-05 10:05:00 +02:00 |
Christopher Crone
|
5ae94aceb6
|
server: Move to gotest.tools
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
|
2020-08-03 09:54:18 +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 |
Djordje Lukic
|
b146b2f391
|
Add the platform when returning a container over GRPC
|
2020-07-08 16:41:25 +02:00 |
Djordje Lukic
|
37f4c36c32
|
Use logrus for logging, not containerd's log
|
2020-06-29 15:02:05 +02:00 |
Ulysses Souza
|
1deb2b8b09
|
Integrate limits on inspect
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-06-29 10:32:28 +02:00 |
Djordje Lukic
|
ad72c866cc
|
Add license headers
|
2020-06-18 16:48:03 +02:00 |
Ulysses Souza
|
1039c5ed94
|
Add tests on inspect
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-06-15 17:20:37 +02:00 |
Ulysses Souza
|
96bc1ca6f1
|
Add inspect command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-06-15 15:08:04 +02:00 |
Guillaume Tardif
|
e7682682fb
|
Store context type in metadata to make retrocompatibility with previous contexts easier (potentially switching back and forth)
|
2020-06-10 18:17:48 +02:00 |
Djordje Lukic
|
8400795caf
|
Add the store to the gRPC context
The contexts service needs it
|
2020-06-09 12:11:59 +02:00 |
Djordje Lukic
|
c8079d61ee
|
Move streams into own package
|
2020-06-08 16:01:53 +02:00 |
Djordje Lukic
|
bb69de1db3
|
Add context endpoint to set the current context
|
2020-06-08 16:01:43 +02:00 |
Djordje Lukic
|
71087c68be
|
Add exec.ts for an example of exec over gRPC
|
2020-06-08 09:46:27 +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
|
31a0716c87
|
Use stdcopy if the container doesn't have a tty
|
2020-06-08 08:46:30 +02:00 |
Guillaume Tardif
|
1c94893d2f
|
Fix slight bug in error handling
|
2020-06-03 12:20:49 +02:00 |
Djordje Lukic
|
129e675932
|
Put all protos inside the `protos` package
|
2020-05-25 15:04:28 +02:00 |
Djordje Lukic
|
5945e6a56c
|
Implement gRPC logging
|
2020-05-22 10:16:04 +02:00 |
Djordje Lukic
|
a26dd81307
|
Add timeout as a parameter to the stop action
|
2020-05-18 15:31:59 +02:00 |
Djordje Lukic
|
ce7cbd4463
|
Add `Stop` command on the gRPC side.
|
2020-05-18 15:31:59 +02:00 |
Ulysses Souza
|
40fa78ac5d
|
Add rm command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-13 10:44:04 +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
|
3d363643ad
|
Implement simple ACI run
|
2020-05-04 11:35:11 +02:00 |
Ulysses Souza
|
4f3c2c1996
|
Fix protos and its generation
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-04 11:30:21 +02:00 |
Djordje Lukic
|
0af5afe440
|
Move the proxy in the server package
|
2020-04-30 12:20:04 +02:00 |