C-D-theory

Containerization Class – 30 January

Task: Docker Hub Login and Authentication


Objective

To login into Docker Hub using authentication token and verify access.


Description

In this task, a Docker Hub account was used to generate an authentication token. This token was then used to login through the terminal.

The authentication process helps in pushing and pulling images securely.


Steps Performed


Output Screenshots

Screenshot 1: Docker Hub Login Page

Login Page


Screenshot 2: Token Generation

Token


Screenshot 3: Copying Access Token

Copy Token


Screenshot 4: Terminal Login Command

Terminal Login


Screenshot 5: Successful Authentication

Success Login


Screenshot 6: Verifying Docker Access

Verify Access


Screenshot 7: Pulling Image After Login

Pull Image


Screenshot 8: Final Verification

Final Check


Observation


Conclusion

Docker Hub login using access token was completed successfully.

This experiment helped in understanding secure authentication and image management.