Docker login: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
  Username: ...
  Username: ...
  Password: ...
  Password: ...
<font color=red>'''TODO''': how can I tell if I am logged in?</font>


=Login into an Arbitrary Registry=
=Login into an Arbitrary Registry=


  docker login <''registry-url''>
  docker login <''registry-url''>

Revision as of 22:03, 2 October 2018

Internal

Overview

Used when pushing to Docker Hub.

docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username: ...
Password: ...

Login into an Arbitrary Registry

docker login <registry-url>