Commit History

Author SHA1 Message Date
  Nicolas De Loof d90495e1cd move compose API into pkg/api 4 years ago
  Nicolas De Loof 89a63b79cb define compose labels within the compose API 4 years ago
  Nicolas De Loof 5f09e330fb prevent race condition renaming containers 4 years ago
  Guillaume Tardif 998dbf79f9 Avoid using for variable in go func, as this creates race conditions 4 years ago
  Nicolas De Loof ba588275a3 configure service with ipAddress 4 years ago
  Nicolas De Loof 4186cce1dd use highest priority network to declare network aliasses 4 years ago
  Nicolas De Loof c83c46293f fix race: poll for service completion. Using waitContainer might happend after container exit 4 years ago
  Nicolas De Loof a8819763b4 scale must ignore oneoff containers 4 years ago
  Nicolas De Loof 597598cb7a only start container once we have a wait channel set, to prevent race condition with fast terminating container 4 years ago
  Ulysses Souza 378d02dadd Refactor `up --build` 4 years ago
  Nicolas De Loof 15a21a449f add support for service_completed_successfully 4 years ago
  Guillaume Tardif 6562ec80f4 Merge pull request #1444 from docker/config_flags 4 years ago
  Nicolas De Loof ec5489a08c introduce config --services, --volumes, --hash for backward compatibility 4 years ago
  Ulysses Souza 2fdc3bad48 Add restart command 4 years ago
  Guillaume Tardif 3f600281e6 Merge pull request #1354 from ulyssessouza/fix-pull-arch 4 years ago
  Nicolas De Loof d08255c4ff implement -v, -p, --service-ports and --use-aliases on compose run 4 years ago
  Ulysses Souza 939ace331c Add platform on creating containers 4 years ago
  Nicolas De Loof e9c9a1983c pass timeout to "up" backend implementation 4 years ago
  Nicolas De Loof 7c4c534b36 introduce --renew-anon-volumes 4 years ago
  Ulysses Souza 83cc63c8ae Add service based network_mode 4 years ago
  Nicolas De Loof 20b83aa237 introduce compose rm command 4 years ago
  Nicolas De Loof d56745cba4 detect stopped containers as "Created" 4 years ago
  Guillaume Tardif 3252c409f8 Make progress event display homogeneous between up, down, start, stop 4 years ago
  Nicolas De Loof 9e77499c2a introduce --force-recreate and --no-recreate 4 years ago
  Nicolas De loof c881e22ab8 Merge pull request #1143 from aiordache/local_volume_override 4 years ago
  aiordache 774234750d Parse volumes_from 4 years ago
  Guillaume Tardif 930ae8bdb2 goimports -local github.com/docker/compose-cli -w . ; gofmt -s -w . 4 years ago
  Guillaume Tardif 4dee783aba Move progress => api 4 years ago
  aiordache 515f3ba1e7 Revisit volume implementation 4 years ago
  Guillaume Tardif 7a6712afdb Do not inspect for double container name at creation time, this has already been checked, let moby error bubble up if there is a name clash at this stage 4 years ago