Commit History

Author SHA1 Message Date
  Guillaume Tardif 37737c3887 Do not send zero values in LivenessProbe, blocking deployments in some cases 5 years ago
  Ulysses Souza f6509ac814 Add Healthchecks to ACI 5 years ago
  Guillaume Tardif 3dddbcd7df We need to pass the full command and not rely on ENTRYPOINT for ACI containers, ACI overrides the ENTRYPOINT with commands. 5 years ago
  Nicolas De Loof 553865f294 minimalist container image to setup /etc/hosts on ACI 5 years ago
  Guillaume Tardif 38a58855b5 Move more specific code out of convert.go: restart policy 5 years ago
  Guillaume Tardif 406eb681d2 Moving code from global convert.go to volumes.go, ports.go 5 years ago
  Guillaume Tardif 7d04038690 Separate secret convert code into its own file 5 years ago
  Guillaume Tardif 487a4e485c Fix Flaky test due to array random order 5 years ago
  guillaume.tardif 18966eb3a1 for secret target path, use path.Join etc. instead of filepath.Join, as these paths are container side, not cli side. (do not use windows paths). 5 years ago
  Ulysses Souza 06e44a813c Support absolute paths for secrets 5 years ago
  Guillaume Tardif 68d0413e36 Minor cleanup 5 years ago
  Guillaume Tardif 6516632ecf Add resource reservations to container inspect 5 years ago
  Guillaume Tardif b1edfb6507 Change inspect json output to group things a bit more nicely, and more like Moby json output 5 years ago
  Guillaume Tardif 343d54dac5 Allow to set memory / CPU limits higher than requests, ACI will request that limits are not higher than the total request for the container group. Also set requests = limits when only limits are set 5 years ago
  Guillaume Tardif c09f771359 Use compose resource request to set ACI retrouve request, and single container resource requests. 5 years ago
  Guillaume Tardif cf3bb18c0e User compose.service.domainname rather than custom ACI extension for ACI DNSLabelName 5 years ago
  Guillaume Tardif 701d1b834e ACI: allow users to set DNSLabelName and deploy containers with fqdn like `myapp.eastus.azurecontainers.io` 5 years ago
  Guillaume Tardif 7abdb085c0 Merge pull request #637 from docker/volume_tests 5 years ago
  Guillaume Tardif 0092de6df1 Added tests on ACI volume conversion, mock storageLogin required to get storage account keys 5 years ago
  Chris Crone d154c41586 Update copyright 5 years ago
  Guillaume Tardif d06aa2827f Move containers, compose, secrets to /api 5 years ago
  Guillaume Tardif b0c50ed6dd Implement compose ps on ACI 5 years ago
  Chris Crone 4c6280b0e9 Rename docker/api -> docker/compose-cli 5 years ago
  Guillaume Tardif 87cee4d1e5 Returns `Node <Group_status>` when container group status is available and not container status (instead of `Unknown`) 5 years ago
  Guillaume Tardif 274dc8283f Use proper context in storage key retrieval 5 years ago
  Guillaume Tardif 8fb16cea63 Explicit error message saying we don’t support labels in compose file. (See ACI limitations: https://github.com/docker/desktop-microsoft/issues/33) 5 years ago
  Guillaume Tardif 76d8f5a8b4 More goimport changes 5 years ago
  Guillaume Tardif d0a3fb9844 Allow consistent multi container restart policies but provide clear error message for inconsistent restart policies 5 years ago
  Christopher Crone 7c869cdd36 aci.convert: Normalize testing frameworks 5 years ago
  Ulysses Souza a2c2d6aa5d Add Restart Policy support when running single container 5 years ago