Implements the Docker.Command behaviour for docker login.
Docker.Command
docker login
@type t() :: %Docker.Commands.System.Login{ password: term(), password_stdin: term(), server: term(), username: term() }