Ulysses Souza
|
3e9095a873
|
Fix docker context ls for retrocompatibility
It writes each context as an independent object line
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +02:00 |
Ulysses Souza
|
6c883dc4a5
|
Print only the information present in pretty on json
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +02:00 |
Ulysses Souza
|
604cf0c911
|
Add comment on legacy --json option
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +02:00 |
Ulysses Souza
|
044e7f571d
|
Remove go template from help on list commands
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +02:00 |
Ulysses Souza
|
0f6f547214
|
Refactor Print method for lists
This also fixes in the case of nil list
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +02:00 |
Ulysses Souza
|
8961805412
|
Add json output format to several commands
- docker context ls
- docker ps
- docker compose ls
- docker compose ps
- docker secret ls
- docker volume ls
- docker version
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-10-01 15:41:18 +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 |
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
|
b0c50ed6dd
|
Implement compose ps on ACI
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
|
2020-08-28 17:43:18 +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
|
ad72c866cc
|
Add license headers
|
2020-06-18 16:48:03 +02:00 |
Ulysses Souza
|
f6aad0d7b4
|
Add --json option to commands
- docker ps
- docker context ls
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-06-17 10:00:42 +02:00 |
Guillaume Tardif
|
f1a5f2d6cf
|
Backend is responsible for generating containers IDs and truncate them if wanted/supported for docker ps
|
2020-06-08 12:37:33 +02:00 |
Djordje Lukic
|
95e07a2134
|
Add default context to the context ls output
|
2020-05-20 18:39:10 +02:00 |
Djordje Lukic
|
a0dda2d094
|
Add tests for ps --all
|
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 |
Djordje Lukic
|
6fd290e2b1
|
Add ports convet tests
|
2020-05-18 12:21:27 +02:00 |
Djordje Lukic
|
d8a38afecc
|
Implement printing published ports
|
2020-05-16 10:41:35 +02:00 |
Djordje Lukic
|
688e7e5deb
|
Implement quiet flag for ps command
|
2020-05-06 12:18:53 +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 |
Ulysses Souza
|
33c45a0a62
|
Add "goimports"
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-04 11:30:21 +02:00 |
Djordje Lukic
|
885fd799e1
|
Get the real status of containers
|
2020-05-03 14:54:15 +02:00 |
Djordje Lukic
|
9ea91791b4
|
Change the current context of the client on each request
* the interceptor takes the current context from the metadat
* each handler needs to call `client.SetContext()` before using the
sevices
|
2020-04-30 12:07:26 +02:00 |
Djordje Lukic
|
b2606b91f2
|
Remove useless client grpc stuff
|
2020-04-30 11:06:04 +02:00 |
Djordje Lukic
|
f4bde8cb89
|
Multiple backend for the cli
* implement a little azure backend
* implement an example backend
* use the right backend from the context
|
2020-04-30 11:01:04 +02:00 |