You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Docker saves its configuration in $HOME/.dockercfg file by default. This pollutes the home dir and disables chances of version-controlling the config directory.
Please move config files to $XDG_CONFIG_HOME/docker/<whatever> to follow the Freedesktop guidelines.
sneak, jcrben, kaleb, rmb938, TheKevJames and 40 more