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

Introduce an abstraction over files and classpath resources. #279

Merged
merged 2 commits into from
Mar 12, 2017

Commits on Mar 12, 2017

  1. Introduce an abstraction over files and classpath resources.

    This encapsulates all the complexity of generating a path that the Docker daemon is about to create a volume mount for.
    
    This should resolve a general problem with spaces in paths, which was seen in one particular form as #263.
    
    Additional tests for the specific problem in #263 will be added shortly.
    rnorth committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    abfe039 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaec507 View commit details
    Browse the repository at this point in the history