compose/tests
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
..
fixtures Merge pull request #1406 from vdemeester/667-compose-port-scale 2015-06-15 10:58:44 -07:00
integration Merge pull request #1142 from calou/master 2015-06-17 14:39:00 -07:00
unit Added env var parsing to volume container paths 2015-07-02 13:13:38 -05:00
__init__.py [pep8] flake8 run for everything, fix items from this change 2015-03-25 23:15:34 -07:00