Support for docker login --password-stdin #1516

@bCamba

Description

Description

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:

echo "$MY_PASSWORD" | docker login --username foo --password-stdin

Usage Example

No response

Alternative

No response

Could you help with a pull-request?

No