Docker sq
Docker Fundamentals - Image Basics

Docker Login

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

Docker Login

You can log in to Docker through the Docker Client using your Docker ID. Run $ docker login and provide your username and password when prompted.

$ docker login
Username ([your_username]): [your_username]
Password: [your_password]
Login Succeeded
 

I finished! On to the next chapter