Guillaume Tardif
|
1fbdbbbbe3
Merge pull request #381 from docker/fix-logs-windows
|
5 년 전 |
Guillaume Tardif
|
eb5965c962
Merge pull request #380 from docker/remove-single-container-fixed-name
|
5 년 전 |
Guillaume Tardif
|
52c2d09eae
Merge pull request #376 from docker/logout
|
5 년 전 |
Djordje Lukic
|
ef2d304762
Allow non-interactive exec on ACI
|
5 년 전 |
Djordje Lukic
|
e6c115dc17
Get the real width of the terminal
|
5 년 전 |
Ulysses Souza
|
3b85582c38
Relax single container name
|
5 년 전 |
Guillaume Tardif
|
492ce96dd4
Implement azure logout
|
5 년 전 |
Guillaume Tardif
|
16acc36033
Merge pull request #356 from docker/fix-non-interactive
|
5 년 전 |
Guillaume Tardif
|
cb3ac513cc
Add run env variables support (KEY=AVLUE or KEY, will grab the process env value).
|
5 년 전 |
Ulysses Souza
|
35cbb621fb
Add check on exec looking for arguments
|
5 년 전 |
Guillaume Tardif
|
dbc109808d
Better error message when trying to remove a container from a compose application
|
5 년 전 |
Guillaume Tardif
|
da3c3dab1c
@gtardif @rumpl Use %q instead of \"%s\"
|
5 년 전 |
Guillaume Tardif
|
0dcab4004d
Use %q instead of \"%s\"
|
5 년 전 |
Guillaume Tardif
|
568dc6de23
Do not allow ACI single containers with name that includes separator used for compose services (this would breaks docker logs, docker exec, docker rm using <CONTAINER_ID>)
|
5 년 전 |
Guillaume Tardif
|
76cb73c5c2
ACI : allow `docker compose down —project-name xxx` without requiring the compose file
|
5 년 전 |
Guillaume Tardif
|
6b74716490
Specific error message when user tries to remove one container from an ACI compose application, mentioning the name of the compose application and that user should use compose down
|
5 년 전 |
Guillaume Tardif
|
3c83e01e9c
Merge pull request #327 from docker/compose-go
|
5 년 전 |
Nicolas De Loof
|
622402709a
Use compose-go's Project and ProjectOptions
|
5 년 전 |
Guillaume Tardif
|
bba9e055af
Allow users to specify tenanted when logging into azure (if several tenants for azure account)
|
5 년 전 |
Djordje Lukic
|
06596dcd90
Follow logs on ACI.
|
5 년 전 |
Djordje Lukic
|
6a5973597d
Send the `tail` parameter to ACI if present
|
5 년 전 |
Ulysses Souza
|
1deb2b8b09
Integrate limits on inspect
|
5 년 전 |
Ulysses Souza
|
0a57fd7d5c
Add cpu and memory limits
|
5 년 전 |
Guillaume Tardif
|
daf7061e30
Merge pull request #244 from docker/aci_dns_sidecar
|
5 년 전 |
Djordje Lukic
|
ad72c866cc
Add license headers
|
5 년 전 |
Guillaume Tardif
|
3f544f0e01
Don’t show ACI sidecar in `docker ps`
|
5 년 전 |
Guillaume Tardif
|
f403307edf
Allow compose updates without having to delete the stack every time.
|
5 년 전 |
Ulysses Souza
|
1039c5ed94
Add tests on inspect
|
5 년 전 |
Ulysses Souza
|
96bc1ca6f1
Add inspect command
|
5 년 전 |
Guillaume Tardif
|
774bfea341
Refactoring, add unit test or various interactive context creation
|
5 년 전 |