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
* Add support for suppressing errors triggered by explicit calls to
`docker login` and `docker logout` by setting the
`IGNORE_DOCKER_LOGIN` environment variable.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ The `docker-credential-env` binary must be installed to `$PATH`, configured via
39
39
}
40
40
```
41
41
42
+
By default, attempts to explicitly `docker {login,logout}` will generate an error. To ignore these errors, set the environment variable `IGNORE_DOCKER_LOGIN=1`.
0 commit comments