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

Allow identical duplicate volumes and mounts #4462

Closed
wants to merge 1 commit into from

Commits on Nov 6, 2019

  1. Allow identical duplicate volumes and mounts

    Docker allows exactly identical mounts and volumes to be passed
    without throwing an error. If a volume is exactly identical, we
    should not error - otherwise, we'll still give a duplicate mount
    destination error.
    
    Fixes containers#4217
    
    Signed-off-by: Matthew Heon <matthew.heon@pm.me>
    mheon committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    4b1c876 View commit details
    Browse the repository at this point in the history