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

Fix stack compose bind-mount volumes for Windows #136

Merged
merged 1 commit into from Jun 1, 2017

Commits on Jun 1, 2017

  1. Fix stack compose bind-mount volumes for Windows

    For stack compose files, use filepath.IsAbs instead of path.IsAbs, for
    bind-mounted service volumes, because filepath.IsAbs handles Windows
    paths, while path.IsAbs does not.
    
    Signed-off-by: John Stephens <johnstep@docker.com>
    johnstep committed Jun 1, 2017
    Copy the full SHA
    9043d39 View commit details
    Browse the repository at this point in the history