Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 606 Bytes

38_logout.md

File metadata and controls

32 lines (19 loc) · 606 Bytes

Logout of Docker

Docker Documentation References:

docker logout

Intent

The intent of this exercise is to understand how to logout of a repository

Overview

In the exercise we will sign out of the Docker HUB repository. This requires you to have been logged in

Kata Steps

Logout of Docker

Command

docker logout

Output

/ # docker logout
Removing login credentials for https://index.docker.io/v1/

Previous | Index | Next