Historique des commits

Auteur SHA1 Message Date
  Nicolas De Loof 4de01936f8 introduce --remove-orphans option il y a 5 ans
  Ulysses Souza cef7a2d4ce Refactor ProjectName il y a 5 ans
  Nicolas De Loof eda6a59379 introduce options struct in the API il y a 5 ans
  Nicolas De Loof 855a879a6a Introduce `removeOrphans` to cleanup injected AWS simulation container il y a 5 ans
  Nicolas De Loof db5467ce22 Use local compose implementation for local ecs simulation context il y a 5 ans
  Guillaume Tardif cf378834e5 No rebuild on compose up if image already exists by default, added first use of compose pull_policy and `compose up --build` to allow to force rebuild. il y a 5 ans
  Guillaume Tardif cf0e10a431 Adding short description to improve help on compose subcommands il y a 5 ans
  Nicolas De loof 576aa46d21 Merge pull request #1015 from docker/logConsumer il y a 5 ans
  Nicolas De Loof ca123e08eb Revisit logs/up API to pass a LogConsumer vs io.Writer il y a 5 ans
  Guillaume Tardif ec5afcfd4d `compose up` and other compose commands running on “Moby” context type. il y a 5 ans
  Nicolas De Loof 136d09e1ac split `Up` into `Create`+`Start` so logs don't collide with progress il y a 5 ans
  Nicolas De Loof 39e4107e12 attach to log stream by default on `up` il y a 5 ans
  Ulysses Souza 7e4cfc0e3b Add order to down command il y a 5 ans
  Nicolas De Loof b1a4dfd659 filter compose project to remove all services not required by command il y a 5 ans
  aiordache 265dd197c3 Add detach flag to `compose up` il y a 5 ans
  Guillaume Tardif cf3bb18c0e User compose.service.domainname rather than custom ACI extension for ACI DNSLabelName il y a 5 ans
  Guillaume Tardif 334ebf5f75 Implement --domainname flag on compose up, also defining compose extension "x-aci-domain-name" to store ACI DNSLabelName. il y a 5 ans
  Chris Crone d154c41586 Update copyright il y a 5 ans
  Guillaume Tardif 267b267201 Progress functions can return a string, that can be used in the caller of progress.Run to display final result after progress display il y a 5 ans
  Guillaume Tardif 64a28f6636 Also move client => api/client il y a 5 ans
  Nicolas De Loof fed50d79f2 introduce ecs-local context il y a 5 ans
  Nicolas De Loof 7f8bb030e6 Introduce ECS emulation mode il y a 5 ans
  Nicolas De Loof edb30e7e82 Revisit compose API so it uses compose-go Project as parameter il y a 5 ans
  Chris Crone 4c6280b0e9 Rename docker/api -> docker/compose-cli il y a 5 ans
  Guillaume Tardif bff1fa1872 Merge pull request #525 from docker/workingdir il y a 5 ans
  Nicolas De Loof 838937c907 workdir default value is defined by compose file il y a 5 ans
  Djordje Lukic 635ecd7b99 Return a default implementation when nil il y a 5 ans
  Nicolas De Loof cfbd963c3d Adjust commands to latest compose-go il y a 5 ans
  Nicolas De Loof e02d8d549b Make ECS integration a compose-cli backend il y a 5 ans
  Nicolas De Loof 622402709a Use compose-go's Project and ProjectOptions il y a 5 ans