Commit History

作者 SHA1 備註 提交日期
  Guillaume Tardif ca35ccfb0e ACI Volumes : create takes one required arg, instead of required flag `--fileshare` (we still have required flag `--storage-account` specifically for ACI) 5 年之前
  Guillaume Tardif 7eda96bea4 Fix nil pointer when creating volume with “” storage account 5 年之前
  Guillaume Tardif 334ebf5f75 Implement --domainname flag on compose up, also defining compose extension "x-aci-domain-name" to store ACI DNSLabelName. 5 年之前
  Guillaume Tardif 701d1b834e ACI: allow users to set DNSLabelName and deploy containers with fqdn like `myapp.eastus.azurecontainers.io` 5 年之前
  Guillaume Tardif 7abdb085c0 Merge pull request #637 from docker/volume_tests 5 年之前
  Guillaume Tardif 0092de6df1 Added tests on ACI volume conversion, mock storageLogin required to get storage account keys 5 年之前
  Chris Crone d154c41586 Update copyright 5 年之前
  Guillaume Tardif 57ded74aee Merge pull request #598 from docker/encode_env_values 5 年之前
  Guillaume Tardif 98f0064fe9 Properly send env variables containing “=“ in their value in ACI payload. Also properly send quoted values 5 年之前
  Guillaume Tardif 0b3fdb637d Change volume IDs from “storageaccount@fileshare“ to “storageaccount/fileshare” 5 年之前
  Guillaume Tardif 80d23a6097 Removed NAME from `volume ls` output, allow `volume delete <ID>` using IDs from `volume ls`. 5 年之前
  Guillaume Tardif 96d785a5bd Added volume delete, can delete juste a file share or the storage account if confirmed 5 年之前
  Guillaume Tardif 2f672f6c4c Volume e2e test 5 年之前
  Guillaume Tardif 171ab1bd0c Most common scenario is to use `compose ls` without name option, and list all stacks 5 年之前
  Guillaume Tardif a2e0f16f07 Merge pull request #592 from docker/fix_compose_ls_tests 5 年之前
  aiordache 9098405313 Fix `compose ls` tests 5 年之前
  Chris Crone 7545485f78 Merge pull request #591 from docker/flaky-aci 5 年之前
  Chris Crone e4e77bd198 e2e.aci: Retry flaky HTTP GET requests 5 年之前
  Guillaume Tardif d06aa2827f Move containers, compose, secrets to /api 5 年之前
  Guillaume Tardif 7138ecc899 ACI : when following logs (actually polling logs), stop polling when the container is not running anymore. 5 年之前
  Guillaume Tardif b0c50ed6dd Implement compose ps on ACI 5 年之前
  Guillaume Tardif ed395a1e64 Display nice message on context creation (message taken from Moby cli) 5 年之前
  Guillaume Tardif ad5c465bd1 Merge pull request #485 from docker/repo-rename 5 年之前
  Guillaume Tardif 981665b02c Better renaming 5 年之前
  Guillaume Tardif 2bac8cf94e Fix linter 5 年之前
  Guillaume Tardif 7204692e3a Use test name instead of arbitrary string that needs to be different for each test 5 年之前
  Guillaume Tardif 30884ad91a Display executed commands (prefixed with test name for readable logs in // runs) 5 年之前
  Guillaume Tardif da6334f415 Renaming, expect commands to succeed by default (removed a bunch of res.Assert(success) ) 5 年之前
  Chris Crone 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 年之前
  Guillaume Tardif e19a740102 Adapt aci compose test reflecting the change. 5 年之前