Commit History

Author SHA1 Message Date
  Guillaume Tardif fea0cf8c82 Fix linter 4 years ago
  Guillaume Tardif 6fc8eefb1b Remove build flag for local backend 4 years ago
  Nicolas De Loof 26fe75a7e3 Remove stopped containers on `down` 4 years ago
  Guillaume Tardif d0b840bcd1 Fix compose up build when no image name in compose file. 4 years ago
  Guillaume Tardif 0b2eaede8c Adding unit test for bind mount creation 4 years ago
  Guillaume Tardif 814536c0bd Fixing bind mount with relative path when specifying relative working dir. Added first local compose volume e2e test 4 years ago
  Nicolas De Loof 136d09e1ac split `Up` into `Create`+`Start` so logs don't collide with progress 4 years ago
  Nicolas De Loof 39e4107e12 attach to log stream by default on `up` 4 years ago
  Djordje Lukic 2f09b634cc Implement `docker compose pull` 4 years ago
  Guillaume Tardif 56511a4a3a renaming 4 years ago
  Guillaume Tardif 44b4bc01af In `compose down` progress display: prefix container names with “Container”, same as Services, Networks, homogeneous with `compose up` 4 years ago
  Guillaume Tardif e469b40e28 Remove duplicate ensureImagesExist() 4 years ago
  Ulysses Souza 7e4cfc0e3b Add order to down command 4 years ago
  Nicolas De loof 6bf76eebb1 Merge pull request #991 from gtardif/compose_network_error 4 years ago
  Nicolas De Loof a35147bc63 Detect push failure and break 4 years ago
  Nicolas De Loof 52574046f0 introduce `compose push` command 4 years ago
  Guillame Tardif b1970f618c Container networks: prefix network name only for internal networks or when name set (different from yaml key). No need to prefix again when connecting containers 4 years ago
  Guillame Tardif d24ffd97a0 Local compose error when external network not available 4 years ago
  Nicolas De Loof 5952183eca introduce `compose build` command 4 years ago
  Guillame Tardif 4d1f265c62 Adding error progress indication when errors 5 years ago
  Guillame Tardif 7ddd8e5e97 Helper methods to create progress events, more homogeneous display for “creating”, “Created”, … 5 years ago
  Guillame Tardif 8b60c76684 Remove project network on compose down 5 years ago
  Guillame Tardif bc9099de9b Ensure images are pulled/build with build first, before creating networks / volumes and starting containers. 5 years ago
  Nicolas De Loof 3ff6923d2e align coding-style with network labels 5 years ago
  Nicolas De Loof f65a0d3720 Create volume with labels 5 years ago
  Nicolas De Loof 646aca82d9 composeService to rely on apiClient 5 years ago
  Guillaume Tardif de3b6cb450 Add compose labels for composefiles 5 years ago
  Nicolas De loof f7905efc36 Merge pull request #960 from docker/build 5 years ago
  Guillaume Tardif e441fbba5a Add compose labels for network 5 years ago
  Nicolas De Loof 0f4bcb9f17 Build and pull in parallel with BuildKit 5 years ago