-
Notifications
You must be signed in to change notification settings - Fork 93
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
Feature request: Add flag --config #69
Comments
The issue is that |
Thanks for responding! |
Got it. FYI only the config directory is user-configurable, |
Docker has a global
--config
flag documented here: https://docs.docker.com/engine/reference/commandline/cli/Through this, you can define the location of
config.json
.docker-credential-gcr configure-docker
currently always generates the config file in~/.docker
. It would be nice to be able to modify this in the same way as in Docker.I try to issue
docker-credential-gcr configure-docker
during the startup of a COS VM in GCP. It gives me an error that/root/.docker
is a read-only filesystem, so I'd just like to put the file somewhere else.The text was updated successfully, but these errors were encountered: