Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve environment without values to values on host #297

Merged
merged 2 commits into from
Jul 11, 2014

Commits on Jul 11, 2014

  1. Resolve environment without values to values on host

    For parity with the Docker CLI, allow environment variables without
    values to be automatically resolved to their values on the host.
    
    Signed-off-by: Ryan Brainard <brainard@heroku.com>
    
    Conflicts:
    	tests/integration/service_test.py
    ryanbrainard committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    44a91e6 View commit details
    Browse the repository at this point in the history
  2. Add documention for key-only environment

    Signed-off-by: Ryan Brainard <brainard@heroku.com>
    ryanbrainard committed Jul 11, 2014
    Configuration menu
    Copy the full SHA
    d1052ff View commit details
    Browse the repository at this point in the history