Docker login: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
|||
Line 19: | Line 19: | ||
=TODO= | =TODO= | ||
<font color= | <font color=darkgray> | ||
* How can I tell if I am logged in? | * How can I tell if I am logged in? | ||
* Where are the credential kept? | * Where are the credential kept? | ||
* For how long am I authenticated? | * For how long am I authenticated? | ||
</font> | </font> |
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>
TODO
- How can I tell if I am logged in?
- Where are the credential kept?
- For how long am I authenticated?