1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

docker login 時の username/passwordをオプション指定する

Posted at

docker login 時の username/passwordをオプション指定する

以下を参考にすればOK

https://docs.docker.jp/engine/reference/commandline/login.html

login

使い方: docker login [オプション] [サーバ]

Docker レジストリ・サーバに登録またはログインする
サーバの指定が無ければデフォルトで "https://index.docker.io/v1/" を使用

  -e, --email=""       メールアドレス
  --help               使い方の表示
  -p, --password=""    パスワード
  -u, --username=""    ユーザ名
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?