compose/tests/fixtures
Joffrey F c4fda0834d
Merge pull request #5384 from ilinum/1498-docker-compose-services
Implement --filter flag for docker-compose config --services and use it in bash completion
2018-01-09 17:02:04 -08:00
..
UpperCaseDir Use 'top' instead of 'sleep' as a dummy command 2015-05-21 16:24:29 +01:00
abort-on-container-exit-0 Returing 1 when a container exits with a non-zero exit code with --abort-on-container-exit is set. Signed-off-by: Kevin Broadwater <kevin.broadwater@gmail.com> 2017-03-01 17:08:26 -08:00
abort-on-container-exit-1 Returing 1 when a container exits with a non-zero exit code with --abort-on-container-exit is set. Signed-off-by: Kevin Broadwater <kevin.broadwater@gmail.com> 2017-03-01 17:08:26 -08:00
build-ctx Speed up integration test and make cleanup easier by using labels 2015-06-14 16:45:28 -04:00
build-memory Adds support for a memory flag to docker-compose build. 2017-12-03 13:59:32 -06:00
build-path Interpret 'build:' as relative to the yml file 2015-03-31 18:47:26 -03:00
build-path-override-dir Ability to change working directory via a CLI flag 2017-03-08 14:42:14 -08:00
build-shm-size Add shm_size to build-options (issue #3866) 2017-09-29 15:50:17 -07:00
bundle-with-digests Add an acceptance test for bundle. 2016-06-28 10:18:59 -04:00
commands-composefile Rename binary to docker-compose and config file to docker-compose.yml 2015-01-20 21:00:23 +00:00
default-env-file Use newer versions of pre-commit hooks 2017-08-02 20:02:26 -07:00
dockerfile-with-volume Speed up integration test and make cleanup easier by using labels 2015-06-14 16:45:28 -04:00
duplicate-override-yaml-files Raise exception when override.yaml & override.yml coexist 2017-05-23 12:09:19 -07:00
echo-services Move cli tests to a new testing package. 2015-11-02 19:28:58 -05:00
entrypoint-composefile Fix bugs with entrypoint/command in docker-compose run 2016-07-11 16:15:13 -04:00
entrypoint-dockerfile Fix bugs with entrypoint/command in docker-compose run 2016-07-11 16:15:13 -04:00
env Fix unicode in environment variables for python2. 2015-10-22 12:12:43 -04:00
env-file Use newer versions of pre-commit hooks 2017-08-02 20:02:26 -07:00
environment-composefile Use 'top' instead of 'sleep' as a dummy command 2015-05-21 16:24:29 +01:00
environment-exec docker-compose exec doesn't have -e option (fixes #4551) 2017-10-25 13:22:00 -07:00
environment-interpolation Interpolate environment variables 2015-08-06 11:18:57 +01:00
environment-interpolation-with-defaults Allow empty default values in variable interpolation (fixes #5185) 2017-10-20 13:45:47 -07:00
exit-code-from Address comments 2017-02-27 09:51:03 -08:00
expose-composefile Allowed port range in exposed ports 2016-01-13 00:13:04 +02:00
extends Don't re-parse healthcheck values coming from extended services 2017-02-02 14:50:53 -08:00
healthcheck Implement 'healthcheck' option 2016-11-18 14:47:02 +00:00
invalid-composefile Add docker-compose config subcommand. 2015-12-07 18:51:01 -08:00
links-composefile Use 'top' instead of 'sleep' as a dummy command 2015-05-21 16:24:29 +01:00
logging-composefile Make 'version' a string 2016-02-02 13:58:34 +00:00
logging-composefile-legacy Support legacy logging options format 2016-01-08 14:37:07 -08:00
logs-composefile Attempt to fix flaky logs test 2016-04-12 12:07:13 +01:00
logs-tail-composefile Add --tail flag as option on logs. 2016-03-01 20:23:46 +01:00
longer-filename-composefile Run pre-commit on all files 2015-08-24 17:04:50 -04:00
multiple-composefiles Use 'top' instead of 'sleep' as a dummy command 2015-05-21 16:24:29 +01:00
net-container Make 'version' a string 2016-02-02 13:58:34 +00:00
networks Add support for custom names for networks, secrets, configs 2017-12-06 16:48:14 -08:00
no-composefile WIP: rename Fig to Compose 2015-01-20 21:00:23 +00:00
no-links-composefile Specify networks in Compose file 2016-01-14 17:59:36 +00:00
no-services Make 'version' a string 2016-02-02 13:58:34 +00:00
override-files Rewriting tests to be UCP/Swarm compatible 2017-06-14 16:17:15 -07:00
override-yaml-files Fix for yaml extention does not work with override file 2017-05-23 12:09:19 -07:00
pid-mode Add support for service:name pid config 2017-07-03 16:15:20 -07:00
ports-composefile Some more test adjustments for Swarm support 2017-07-20 16:39:03 -07:00
ports-composefile-scale Fixing docker-compose port with scale (#667) 2015-06-10 23:26:33 +02:00
ps-services-filter Add ability to list and filter services in `ps` 2017-12-02 18:37:21 -06:00
restart fix serialize restart spec with null string 2016-10-14 18:20:55 +08:00
run-labels Added a label option to 'docker-compose run' and test. 2017-11-28 18:43:00 -06:00
run-workdir Add -w or --workdir to compose run to override workdir from commandline 2016-03-15 15:28:32 -04:00
scale Implement --scale option on up command, allow scale config in v2.2 format 2017-04-17 19:51:48 -07:00
secrets Add an integration test for secrets using bind mounts. 2017-01-31 09:53:16 -05:00
simple-composefile Flag to skip all pull errors when pulling images. 2015-09-21 11:59:23 +02:00
simple-composefile-volume-ready Fix override volume merging + add acceptance test 2017-07-03 17:24:32 -07:00
simple-dockerfile Speed up integration test and make cleanup easier by using labels 2015-06-14 16:45:28 -04:00
simple-failing-dockerfile Added --force-rm to compose build. 2015-11-10 13:05:04 -05:00
sleeps-composefile Make 'version' a string 2016-02-02 13:58:34 +00:00
stop-signal-composefile add support for stop_signal to compose file 2016-01-12 17:21:49 -06:00
tagless-image Avoid CLI crash if image has no tags 2017-12-12 15:26:20 -08:00
tls tls_config_from_options unit tests 2016-03-22 11:57:45 -07:00
top Added `top` to `docker-compose` to display running processes. 2017-02-01 15:42:30 -08:00
unicode-environment Don't break when interpolating environment with unicode characters 2016-09-20 18:05:59 -07:00
user-composefile Provide user override option on command line 2015-03-11 00:11:31 -04:00
v1-config Fix output of 'config' for v1 files 2016-04-26 19:21:03 +01:00
v2-dependencies Bring up all dependencies when running a single service. 2016-02-12 09:46:10 -08:00
v2-full Make 'version' a string 2016-02-02 13:58:34 +00:00
v2-simple Make 'version' a string 2016-02-02 13:58:34 +00:00
v3-full Support 'nocopy' mode for expanded volume syntax 2017-03-23 15:17:23 -07:00
volume Remove anonymous volumes when using run --rm. 2016-07-25 11:43:30 +02:00
volume-path Make volume host paths relative to file, merge volumes when extending 2015-03-20 15:45:16 -07:00
volume-path-interpolation Interpolate environment variables 2015-08-06 11:18:57 +01:00
volumes Config command generates invalid volumes (fixes #5176) 2017-10-16 12:06:04 -07:00
volumes-from-container Handle connection errors on project initialization 2016-08-02 11:44:25 +01:00