compose/tests/unit
Jeff Kramer 8709dc3c24 Added env var parsing to volume container paths
This commit adds environment variable parsing to the container side
of the volume mapping in configs. The common use case for this is
mounting SSH agent sockets in a container, using code like:

volumes:
    - $SSH_AUTH_SOCK:$SSH_AUTH_SOCK
environment:
    - SSH_AUTH_SOCK

Signed-off-by: Jeff Kramer <jeff.kramer@voxmedia.com>
2015-07-02 13:13:38 -05:00
..
cli [pep8] make test files and config files pep8 valid 2015-03-25 20:20:38 -07:00
__init__.py Split tests into unit and integration 2014-04-25 22:58:21 +01:00
cli_test.py Fix 'docker-compose help migrate-to-labels' 2015-06-19 15:43:53 -07:00
config_test.py Added env var parsing to volume container paths 2015-07-02 13:13:38 -05:00
container_test.py Use 'top' instead of 'sleep' as a dummy command 2015-05-21 16:24:29 +01:00
log_printer_test.py WIP: rename Fig to Compose 2015-01-20 21:00:23 +00:00
progress_stream_test.py Possible division by zero error when pulling an image - fixes #1463 2015-05-26 15:34:34 -07:00
project_test.py Don't set network mode when none is specified 2015-06-19 15:22:13 -07:00
service_test.py Explicitly set pull=False when building 2015-06-18 17:43:16 -07:00
sort_service_test.py Make volumes_from and net containers first class dependencies and 2015-03-06 13:30:56 -08:00
split_buffer_test.py [pep8] make test files and config files pep8 valid 2015-03-25 20:20:38 -07:00