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

Remove Docker VOLUME instruction from Dockerfile for more flexibility #2589

Closed
wants to merge 1 commit into from
Closed

Commits on Jan 21, 2021

  1. Remove Docker VOLUME instruction for more flexibility

    Inheriting from the base image is made easier without
    the VOLUME instruction, since it cannot be reverted.
    All guides contain `--volume` explanations/usage
    examples anyway, so the VOLUME instructions in the
    Dockerfile aren't necessary.
    
    See also https://stackoverflow.com/a/62068396/11477374 for more
    examples for why that instruction can be harmful.
    alexpovel committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    76e538c View commit details
    Browse the repository at this point in the history