Commit History

Author SHA1 Message Date
  Daniel Nephin d451578152 Make environment variables without a value the same as docker-cli. 9 years ago
  Joffrey F 0cb8ba3775 Use modern set notation in _get_aliases 9 years ago
  Joffrey F 41e399be98 Fix network list serialization in py3 9 years ago
  Joffrey F 2b5d3f51cb Allow user to specify custom network aliases 9 years ago
  Daniel Nephin 4f7530c480 Only set a container affinity if there are volumes to copy over. 9 years ago
  Daniel Nephin 4a09da43ea Fix copying of volumes by using the name of the volume instead of the host path. 9 years ago
  Spencer Rinehart ab40d389d0 Fix sorting of DOCKER_START_KEYS. 9 years ago
  Spencer Rinehart 5e6dc3521c Add support for shm_size. Fixes #2823. 9 years ago
  Daniel Nephin 57fc85b457 Wrap long lines and restrict lines to 105 characters. 10 years ago
  Aanand Prasad 2651c00f0c Connect container to networks before starting it 9 years ago
  Daniel Nephin e551988616 Include networks in the config_hash. 9 years ago
  Daniel Nephin 883e45626f Merge pull request #2706 from dnephin/dont_copy_host_volumes 9 years ago
  Aanand Prasad ed1b204804 Rename 'net' to 'network mode' in various classes/methods 9 years ago
  Aanand Prasad 313c584185 Alias containers by short id 9 years ago
  Aanand Prasad 09dbc7b4cb Stop connecting to all networks on container creation 10 years ago
  Aanand Prasad a14906fd35 Fix 'run' behaviour with networks 10 years ago
  Aanand Prasad 1e51b7e88b Merge pull request #2722 from aanand/fix-scale-race-condition 10 years ago
  Aanand Prasad 642e71b4c7 Stop and remove containers in parallel when scaling down 10 years ago
  Aanand Prasad 755c49b500 Fix scale when containers exit immediately 10 years ago
  Aanand Prasad ee63075a34 Support links in v2 files 10 years ago
  Daniel Nephin 0bce467782 Implement depends_on to define an order for services in the v2 format. 10 years ago
  Daniel Nephin c39489f540 Don't copy over volumes that were previously host volumes, and are now container volumes. 10 years ago
  Aanand Prasad 2106481c23 Fix "name is reserved" with Engine 1.10 RC1 10 years ago
  Aanand Prasad cba75627e1 Fix error when joining host/bridge network 10 years ago
  Aanand Prasad abd031cb3d Containers join each network aliased to their service's name 10 years ago
  Daniel Nephin 1bfbba36b2 Ensure that the config output by config command never contains python objects. 10 years ago
  Garrett Heel 9cfa71ceee Add support for build arguments 10 years ago
  Aanand Prasad 3eafdbb01b Connect services to networks with the 'networks' key 10 years ago
  Daniel Nephin c64af0a459 Add an acceptance test and docs for the down subcommand 10 years ago
  Daniel Nephin c8ed156806 Adding docker-compose down 10 years ago