Commit History

Author SHA1 Message Date
  Joffrey F 259b96748c Add support for service:name pid config 8 years ago
  Evan Shaw 90e5d3447e Always silence pull output with --parallel 8 years ago
  NikitaVlaznev 78bb879419 Fix double silent argument value 8 years ago
  Joel Barciauskas e9b6cc23fc Add --quiet parameter to docker-compose pull, using existing silent flag 8 years ago
  Joffrey F 59a4f554b9 Prevent dependencies rescaling when executing `docker-compose run` 8 years ago
  Joffrey F 2ba4e5e8ec Prevent `docker-compose scale` to be used with a v2.2 config file 8 years ago
  Joffrey F 78ee612333 Implement --scale option on up command, allow scale config in v2.2 format 8 years ago
  Dat Tran 449dcc9d7b support --build-arg for build command 9 years ago
  Evan Shaw b4b221f6a3 Update to address code review feedback 8 years ago
  Evan Shaw c6a271e57c Hide parallel pull behind --parallel flag 8 years ago
  Evan Shaw f85da99ef3 Silence service pull output when pulling in parallel 8 years ago
  Evan Shaw 05aa8c7285 Add optional limit to the number of parallel operations 8 years ago
  Evan Shaw 21529169ad Pull services in parallel 8 years ago
  kevinetc123 47e4442722 fix typo in project.py 8 years ago
  Daniel Nephin 0d609b68ac Add a warning for unsupported secret fields. 8 years ago
  Daniel Nephin 4053adc7d3 Add an integration test for secrets using bind mounts. 8 years ago
  Daniel Nephin e0c6397999 Implement secrets using bind mounts 8 years ago
  Joffrey F 04394b1d0a Expand depends_on to allow different conditions (service_start, service_healthy) 8 years ago
  Daniel Nephin c26a2afaf3 Update messages about docker stack deploy. 9 years ago
  Daniel Nephin 079c95c340 Use stop grace period for container stop. 9 years ago
  Joffrey F ea68be3441 Do not print Swarm mode warning when connecting to a UCP server 9 years ago
  Aanand Prasad 583bbb4635 Copy experimental bundle docs into Compose docs so URL is stable 9 years ago
  Aanand Prasad 2c9e46f60f Show a warning when engine is in swarm mode 9 years ago
  Aanand Prasad 1ea9dda1d3 Implement 'docker-compose push' and 'docker-compose bundle' 9 years ago
  Anton Simernia 4b01f6dcd6 add msg attribute to ProjectError class 9 years ago
  Joffrey F 310b3d9441 Properly handle APIError failures in Project.up 9 years ago
  Joffrey F fe17e0f948 Skip event objects that don't contain a status field 9 years ago
  Daniel Nephin 83df95d511 Remove extra ensure_image_exists() which causes duplicate builds. 9 years ago
  Aanand Prasad 2bf5e46857 Stop and remove still-running one-off containers in 'down' 9 years ago
  Aanand Prasad a2317dfac2 Remove one-off containers in 'docker-compose down' 9 years ago