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

Dockerfile: Deprecate implicit daemon argument #3685

Merged
merged 3 commits into from Mar 2, 2017

Commits on Feb 12, 2017

  1. Dockerfile: Deprecate implicit daemon argument

    After the discussion in ipfs#3573 this patch prints a deprecation warning if:
    
    1) the image has been executed with additional arguments
    2) the first argument isn't daemon
    
    This way people are able to migrate to the new syntax without any breaking changes.
    
    License: MIT
    Signed-off-by: kpcyrd <git@rxv.cc>
    kpcyrd committed Feb 12, 2017
    Copy the full SHA
    77e4c64 View commit details
    Browse the repository at this point in the history
  2. Mention the new PR as well

    License: MIT
    Signed-off-by: kpcyrd <git@rxv.cc>
    kpcyrd committed Feb 12, 2017
    Copy the full SHA
    04c95fa View commit details
    Browse the repository at this point in the history
  3. Docker: Automatically migrate repo

    This keeps docker containers from entering a crashloop on new image versions
    
    License: MIT
    Signed-off-by: kpcyrd <git@rxv.cc>
    kpcyrd committed Feb 12, 2017
    Copy the full SHA
    3799bcf View commit details
    Browse the repository at this point in the history