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

docs/concepts: add search paths for docker config #9085

Merged

Commits on Jun 22, 2018

  1. docs/concepts: add search paths for docker config

    previous document suggests to put config to /root/.docker/config.json
    which is not always the case, and only works when the HOME=/root is
    set for kubelet. Besides, that's not always the most recommended way
    considering the potential risk when someone overrides this config
    with another `docker login` on the same node. this change explicitly
    lists all the possible locations where the configuration can be put.
    zhouhaibing089 committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    44a33cc View commit details
    Browse the repository at this point in the history