mirror of https://github.com/docker/compose.git
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> |
||
---|---|---|
.. | ||
cli | ||
__init__.py | ||
config.py | ||
const.py | ||
container.py | ||
legacy.py | ||
progress_stream.py | ||
project.py | ||
service.py | ||
state.py | ||
utils.py |