Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 706 Bytes

37_login.md

File metadata and controls

32 lines (19 loc) · 706 Bytes

Login to Docker

Docker Documentation References:

docker login

Intent

The intent of this exercise is to understand how to login to a repository.

Overview

In the exercise we will sign into the Docker HUB repository. This requires you to have an account on Docker HUB.

Kata Steps

Login to Docker

Command

docker login --password ************ --username rdammkoehler https://index.docker.io/v1/

Output

/ # docker login --password ************ --username rdammkoehler https://index.docker.io/v1/
Login Succeeded

Previous | Index | Next