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
When running commands with docker login (or in Nuke DockerTasks.DockerLogin) by passing a password using the --password parameter, docker warns about this "WARNING! Using --password via the CLI is insecure. Use --password-stdin."
There should be a way to use password-sdtin parameter passing the password through piping like this:
Description
When running commands with
docker login
(or in NukeDockerTasks.DockerLogin
) by passing a password using the--password
parameter, docker warns about this "WARNING! Using --password via the CLI is insecure. Use --password-stdin."There should be a way to use password-sdtin parameter passing the password through piping like this:
echo "$MY_PASSWORD" | docker login --username foo --password-stdin
Usage Example
No response
Alternative
No response
Could you help with a pull-request?
No
The text was updated successfully, but these errors were encountered: