Guillaume Tardif
|
cb3ac513cc
Add run env variables support (KEY=AVLUE or KEY, will grab the process env value).
|
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 лет назад |
Guillaume Tardif
|
5675763856
Interactive context create, adding method CreateContextData to CloudService interface, so Cloud Backends can provide a custom context creation method.
|
5 лет назад |
Guillaume Tardif
|
01aaec2dbe
Fix Azure login : allow getting a backend when no corresponding context already exists with an explicit call from the login command. Will be usefull next for context creation with azure interactive things
|
5 лет назад |
Guillaume Tardif
|
a948b6e1d0
Remove azure resourceGroupClient from backend initialisation. Several advantages :
|
5 лет назад |
Djordje Lukic
|
11339761ca
Change the way a context is stored
|
5 лет назад |
Guillaume Tardif
|
186289b75f
Fix ace e2e tests : also use context store with config dir when registering aci backend
|
5 лет назад |
Ulysses Souza
|
b25a6b4bd6
Add volumes to run command
|
5 лет назад |
Djordje Lukic
|
a26dd81307
Add timeout as a parameter to the stop action
|
5 лет назад |
Djordje Lukic
|
ce7cbd4463
Add `Stop` command on the gRPC side.
|
5 лет назад |
Ulysses Souza
|
872e81862a
Fix typo (and refactor the method name)
|
5 лет назад |