Joffrey F
|
ecef5d37a7
Add v2 configuration tests
|
10 years ago |
Daniel Nephin
|
97fe2ee40c
Don't preserve host volumes on container recreate.
|
10 years ago |
Aanand Prasad
|
a2d2915a64
Merge pull request #2547 from seguins/1125-docker-compose-create
|
9 years ago |
Stéphane Seguin
|
3c76d5a467
Add docker-compose create command.
|
10 years ago |
Dimitar Bonev
|
a542041264
Added support for cpu_quota flag
|
9 years ago |
Dimitar Bonev
|
bc843d6758
Start, restart, pause and unpause exit with non-zero if nothing to do
|
9 years ago |
Stéphane Seguin
|
999d15b225
Remove unused functions in service
|
10 years ago |
Daniel Nephin
|
a21f9993b3
Remove migrate-to-labels.
|
10 years ago |
Daniel Nephin
|
effa9834a5
Remove unnecessary intermediate variables in get_container_host_config.
|
10 years ago |
Daniel Nephin
|
dac75b07dc
Move volume parsing to config.types module
|
10 years ago |
Daniel Nephin
|
efec2aae6c
Fixes #2008 - re-use list_or_dict schema for all the types
|
10 years ago |
Daniel Nephin
|
12b82a20ff
Move restart spec to the config.types module.
|
10 years ago |
Daniel Nephin
|
068edfa313
Move parsing of volumes_from to the last step of config parsing.
|
10 years ago |
Daniel Nephin
|
c9ca5e86b0
Remove project name validation
|
10 years ago |
Daniel Nephin
|
b4edf0c454
Move parallel_execute to a new module.
|
10 years ago |
Daniel Nephin
|
d1adbb9b25
Refactor parallel_execute.
|
10 years ago |
Daniel Nephin
|
331450dace
Merge pull request #2390 from dnephin/fix_extra_warnings_on_masked_volumes
|
10 years ago |
Stéphane Seguin
|
61f91ebff7
Fix restart with stopped containers.
|
10 years ago |
Daniel Nephin
|
e1308a8329
Fix extra warnings on masked volumes.
|
10 years ago |
Aanand Prasad
|
2063b39868
Merge pull request #2336 from dnephin/warn_on_volume_masking
|
10 years ago |
Kevin Greene
|
22d90d2180
Added ulimits functionality to docker compose
|
10 years ago |
Daniel Nephin
|
a8ac6e6f93
Add a warning when the host volume config is being ignored.
|
10 years ago |
Adrian Budau
|
c5c36d8b00
Added --force-rm to compose build.
|
10 years ago |
Aanand Prasad
|
917b885a44
Merge pull request #2334 from dnephin/dont_set_hostname
|
10 years ago |
Joffrey F
|
774d852f93
Merge pull request #2335 from dnephin/volumes_refactoring
|
10 years ago |
Joffrey F
|
a1e140f5a3
Update service config_dict computation to include volumes_from mode
|
10 years ago |
Daniel Nephin
|
ec22d98377
Use VolumeSpec instead of re-parsing the volume string.
|
10 years ago |
Daniel Nephin
|
3456002aef
Don't set the hostname to the service name with networking.
|
10 years ago |
Daniel Nephin
|
8ff960afd1
Fix service recreate when image changes to build.
|
10 years ago |
Daniel Nephin
|
3d9e3d0877
Remove service.start_container()
|
10 years ago |