Docker push image to Docker hub

1. Before push image to Docker Hub, register an account in https://hub.docker.com/

2.Input "docker login" in the docker command line interface and input the username and password of account from Docker Hub

3.Create and build the docker images, here we use the hello-world from docker as an example

Docker push image to Docker hub

 

 

Use below method to create tag and push to docker hub

Docker push image to Docker hub

 

 Docker push image to Docker hub

 

 

After the image is pushed to the docker hub, you could see the the hello-world image exists in the Docker Hub with the tag as latest(default, you could set it as 0.0.1 and other tag value)

Docker push image to Docker hub

 

Key point:

The reponame should be in this format:

Docker push image to Docker hub

 

上一篇:Leetcode 130. 被围绕的区域(中等)DFS||并查集


下一篇:Linux环境搭建docker-selenium来运行UI自动化