Plugin Docker doesn't backup the docker config "~/.docker/config.json"

Issue #31 new
Victor Oseghale created an issue

DOCKERCFG point to the old configuration of Docker "~/.dockercfg" and not the new introduced in commit: path to configuration "~/.docker/config.json".

During docker logout, the credentials are removed from "~/.docker/config.json" and other plans using native credentials are not able to run correctly due to "no credentials" for the registry

Could you change the value of DOCKERCFG ? or a better solution to manage both docker config location?

Comments (2)

  1. Log in to comment