Commit History

Author SHA1 Message Date
  Ulysses Souza 4ff20bdda8 Add start and stop commands 4 years ago
  Guillaume Tardif 3f474143ad Merge pull request #1163 from docker/stop-on-ctrlc 4 years ago
  Nicolas De Loof f33eff5903 introduce `--filter` option on `compose ls` 4 years ago
  Ulysses Souza 0529415fa7 Stop project on Ctrl+C 4 years ago
  Guillaume Tardif f1ac6d4fdc Move errdefs => api/errdefs 4 years ago
  Guillaume Tardif 0ea97920c1 Move Context & context/store => api/context & api/context/store 4 years ago
  Nicolas De Loof 4de01936f8 introduce --remove-orphans option 4 years ago
  Guillaume Tardif 32d5644937 Pass reader Writer as options to backend, remove hardcoded os.Stdout 5 years ago
  Guillaume Tardif 76f36a69c6 Reusing existing Create() and Start() API 5 years ago
  aiordache 412385c495 Add `compose run` command 5 years ago
  Nicolas De Loof eda6a59379 introduce options struct in the API 5 years ago
  Nicolas De Loof 855a879a6a Introduce `removeOrphans` to cleanup injected AWS simulation container 5 years ago
  Nicolas De Loof 056dfb95bc allow to collect logs for a subset of project services 5 years ago
  Nicolas De Loof 446008a4b6 on ACI container ID is `project_service` and name is `service` 5 years ago
  Nicolas De Loof 1d859dc807 `Ps` return ContainerSummary, not Services 5 years ago
  Nicolas De Loof ca123e08eb Revisit logs/up API to pass a LogConsumer vs io.Writer 5 years ago
  Nicolas De Loof 136d09e1ac split `Up` into `Create`+`Start` so logs don't collide with progress 5 years ago
  Nicolas De Loof 39e4107e12 attach to log stream by default on `up` 5 years ago
  Djordje Lukic 2f09b634cc Implement `docker compose pull` 5 years ago
  Nicolas De Loof 52574046f0 introduce `compose push` command 5 years ago
  Nicolas De Loof 5952183eca introduce `compose build` command 5 years ago
  Ulysses Souza 3fbb9bd864 Add auto creation of Azure volumes during `compose up` 5 years ago
  Guillaume Tardif 0d74298eed Use ACI .IsHttpStatus() rather than accessing .StatusCode directly, that might lead to nil pointer panic 5 years ago
  Nicolas De Loof cb02622318 Marshall cloudformation template as yaml 5 years ago
  aiordache 265dd197c3 Add detach flag to `compose up` 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 099b64935b Minor fixes 5 years ago