Docker sq
Docker Fundamentals - Image Basics

Docker Login

PRO
Outline

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