ca35ccfb0eACI Volumes : create takes one required arg, instead of required flag `--fileshare` (we still have required flag `--storage-account` specifically for ACI)
Guillaume Tardif
2020-09-24 14:58:19 +0200
cf3bb18c0eUser compose.service.domainname rather than custom ACI extension for ACI DNSLabelName
Guillaume Tardif
2020-09-22 14:15:05 +0200
334ebf5f75Implement --domainname flag on compose up, also defining compose extension "x-aci-domain-name" to store ACI DNSLabelName.
Guillaume Tardif
2020-09-21 17:05:49 +0200
268c02523aOnly add `--domainname` flag to `docker run` in ACI context
Guillaume Tardif
2020-09-21 15:39:05 +0200
701d1b834eACI: allow users to set DNSLabelName and deploy containers with fqdn like `myapp.eastus.azurecontainers.io`
Guillaume Tardif
2020-09-21 12:42:44 +0200
minor error improvement to match AWS docs
Nicolas De loof
2020-09-18 16:44:17 +0200
6f19bbfd5eWe can’t anymore “fire and forget”, now that metrics get posted right at the end, most of the time we’d loose them. Give it max 50 ms to post metrics, that’s plenty, post call ends in ~2 ms or less when desktop is up, less than one ms to fail the post when DD is not listening.
Guillaume Tardif
2020-09-18 15:57:02 +0200
a71b2a39bdAdd status field in API metrics
Guillaume Tardif
2020-09-18 10:56:24 +0200
02d59ae510Add 'readOnly' capability to volumes on ACI
Ulysses Souza
2020-09-14 18:32:38 +0200
3ccc603461Add status field in CLI metrics : success, failure, cancelled
Guillaume Tardif
2020-09-16 17:22:21 +0200
Merge pull request #623 from docker/external
Nicolas De loof
2020-09-17 10:22:28 +0200
9c6aead797Allow running commands with HOME=“”. Do not try to create ~/.docker before using CONFIG_DIR. HOME=“” will result in trying to use a relative .docker folder as default config folder, and if we cannot create the context store for any reason, try delegate to Moby CLI.
Guillaume Tardif
2020-09-16 15:53:25 +0200
Merge pull request #622 from docker/efs
Nicolas De loof
2020-09-15 18:10:23 +0200
e56061d27cMove fire and forget code from metrics.Track() (used only by CLI) to metrics.Send (used by both CLI and API)
Guillaume Tardif
2020-09-15 17:28:23 +0200
2570ebec86Add interceptor for API metrics, ensure registered methods have a corresponding method set for metrics
Djordje Lukic
2020-08-27 11:27:00 +0200
5ef51722d0deps: Bump Golang to 1.15.2, golangci-lint to 1.31.0
Chris Crone
2020-09-14 17:23:18 +0200
1bb1499675Fix linux script parsing version to check if we have the new CLI already installed or not (need to keep azure check for users who have the previous version installed :/ )
Guillaume Tardif
2020-09-14 16:59:56 +0200
267b267201Progress functions can return a string, that can be used in the caller of progress.Run to display final result after progress display
Guillaume Tardif
2020-09-14 10:01:59 +0200
98f0064fe9Properly send env variables containing “=“ in their value in ACI payload. Also properly send quoted values
Guillaume Tardif
2020-09-10 11:59:49 +0200