compose/compose
Aanand Prasad 0b887b841f Stop 'rm' and 'ps' listing services not defined in the current file
If you have an alternate YAML file with different services defined,
containers for those services will be shown in `docker-compose ps` even
if you don't pass that file in.

Furthermore, `docker-compose rm` will claim that it's going to remove
them, but actually won't.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
2015-07-03 14:34:27 +01:00
..
cli Support reading config from stdin. 2015-07-02 22:16:22 -04:00
__init__.py Bump 1.4.0dev 2015-06-18 11:56:43 -07:00
config.py Merge pull request #1488 from dnephin/config_from_stdin 2015-07-03 09:03:40 +01:00
const.py Move converge() to a test module, and use a short timeout for tests. 2015-06-14 17:18:27 -04:00
container.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
legacy.py Migrate containers in dependency order 2015-05-26 16:03:06 +01:00
progress_stream.py Possible division by zero error when pulling an image - fixes #1463 2015-05-26 15:34:34 -07:00
project.py Stop 'rm' and 'ps' listing services not defined in the current file 2015-07-03 14:34:27 +01:00
service.py Allow _.- chars in service names 2015-07-01 17:57:50 +01:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Remove whitespace from json hash 2015-05-20 16:02:08 +01:00