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 |
Guillaume Tardif
|
1fbdbbbbe3
|
Merge pull request #381 from docker/fix-logs-windows
Get the real width of the terminal
|
2020-07-10 13:06:07 +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
|
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
|
7296290408
|
Add ”Platform” in docker inspect result, showing container OS (this field is used by VSCode)
|
2020-07-06 12:16:02 +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 |
Ulysses Souza
|
0a57fd7d5c
|
Add cpu and memory limits
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-06-29 10:28:43 +02:00 |
Djordje Lukic
|
ad72c866cc
|
Add license headers
|
2020-06-18 16:48:03 +02:00 |
Ulysses Souza
|
96bc1ca6f1
|
Add inspect command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-06-15 15:08:04 +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
|
fe36c49246
|
Use alpine as base image
Installing docker on buster is a pain, use alpine to install it
|
2020-05-20 18:39:10 +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
|
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 |
Djordje Lukic
|
fcb4b606e2
|
Add labels to containers on run
|
2020-05-18 13:54:03 +02:00 |
Djordje Lukic
|
52f7902d40
|
Port parsing on the comand line
|
2020-05-15 15:04:09 +02:00 |
Ulysses Souza
|
14fb12c8c8
|
Let `make protos` affect host files
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-13 10:44:04 +02:00 |
Ulysses Souza
|
40fa78ac5d
|
Add rm command
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-13 10:44:04 +02:00 |
Ulysses Souza
|
ba455916c6
|
Refactor on services
This refactors the interfaces and implementations of
services
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-05 15:37:12 +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
|
e964a3af2e
|
Implement `docker logs --tal <N>`
|
2020-05-04 16:38:02 +02:00 |
Djordje Lukic
|
1c7270b697
|
Implement logs
|
2020-05-04 15:52:31 +02:00 |
Djordje Lukic
|
afca3e31b5
|
Implement exec command
|
2020-05-04 12:43:32 +02:00 |
Djordje Lukic
|
a1a5e1794b
|
Add ports publishing to run
|
2020-05-04 11:35:11 +02:00 |
Djordje Lukic
|
3d363643ad
|
Implement simple ACI run
|
2020-05-04 11:35:11 +02:00 |
Ulysses Souza
|
33c45a0a62
|
Add "goimports"
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-04 11:30:21 +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 |
Ulysses Souza
|
111ec3b80d
|
Add Containers and Compose to gRPC client creation
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-04 11:30:21 +02:00 |
Ulysses Souza
|
ec7a7ef055
|
Fix go_package
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
|
2020-05-04 11:30:21 +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 |
Christopher Crone
|
d166ad82f9
|
Update copyright date
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
|
2020-04-24 14:39:49 +02:00 |
Djordje Lukic
|
d473b83b00
|
Add containers proto from docker/d2
|
2020-04-23 12:25:14 +02:00 |