Monday, November 25, 2019

How to create Docker Hub Account

Register for a Docker ID

Your Docker ID becomes your user namespace for hosted Docker services and becomes your username on the Docker Forums.
  1. Enter a username that is also your Docker ID.
    Your Docker ID must be between 4 and 30 characters long, and can only contain numbers and lowercase letters.
  2. Enter a unique, valid email address.
  3. Enter a password between 6 and 128 characters long.
  4. Click Sign up.
    Docker sends a verification email to the address you provided.
  5. Click the link in the email to verify your address.
Note: You cannot log in with your Docker ID until you verify your email address.


Once Verification is done. Please try to login to Docker Hub with registered details
After successful login, click on "Create Repository" 
 Please provide the Repository name and other details and then click on the [Create] button



Verify the repository created successfully in Docker hub or not 
To push a new tag to this repository, use the below command

docker push krishnadasari610/testrepository:tagname

No comments:

Post a Comment

How to install and setup Kubernetes cluster using kOps in AWS environment

  Kops: Kops is also known as Kubernetes Operations, it is an open-source project which helps you to create, upgrade, destroy, and maintain ...