compose/azure
Guillaume Tardif 042fb66ad8 Better progress display: “Group xxx” for container group creation, then separate lines for containers.
For single containers, there was a single mixed line now that the group and the container have the same name.
```
 $ ./bin/docker --context acitest run nginx
[+] Running 2/2
⠿ Group strange-bartik  Created         4.2s
⠿ strange-bartik        Done            20.6s
strange-bartik
``
2020-07-13 11:23:06 +02:00
..
convert Relax single container name 2020-07-09 10:40:50 +02:00
login Implement azure logout 2020-07-08 17:48:10 +02:00
aci.go Better progress display: “Group xxx” for container group creation, then separate lines for containers. 2020-07-13 11:23:06 +02:00
aci_test.go Add test for the backtracking of lines 2020-07-02 11:11:09 +02:00
backend.go Better progress display: “Group xxx” for container group creation, then separate lines for containers. 2020-07-13 11:23:06 +02:00
backend_test.go Relax single container name 2020-07-09 10:40:50 +02:00
context.go Use location flag in aci context creation only for group creation (default eastus). Once group has been created/selected, use group location. 2020-06-22 10:09:17 +02:00
context_test.go In ACI e2e tests, do not wait for full resource group deletion at the end, let ACI clean things UP (timeframe ~45 sec). This is costing GH Action minutes for nothing, and slows test results. 2020-07-02 16:13:38 +02:00
resourcegroup.go Merge pull request #325 from docker/error_status_context_needs_login 2020-07-02 17:02:57 +02:00