How to Push a Docker Image to Docker Hub

Tech Notes
3 min readAug 10, 2022

step by step

Step 0: Make a Docker Hub Account

You can login into your Docker Hub account at https://hub.docker.com/

This is what mine looks like after I log in. It’s basically a web portal where I can check the status of all my repositories. Repositories are just named buckets where I can store my Docker images.

--

--