This is a quick guide on how to push Docker images to Docker Hub.
Prerequisites
* Docker installed
* Registered user on Docker Hub
Pushing Image to Docker Hub
First login to Docker Hub using your username and password when prompted
docker login -u
Build your Docker image
docker -t organization/repo: