$ docker tag cbbing/hcharts 192.168.1.87:5000/cbbing/hcharts
3.2 上传tag镜像到仓库
1 2 3 4 5 6
docker push 192.168.1.87:5000/cbbing/hcharts
The push refers to a repository [192.168.1.87:5000/hcharts] 96b641920005: Pushing [===> ] 8.852 MB/125.1 MB ee2881ef910e: Pushing [==> ] 11.69 MB/232.7 MB 36018b5e9787: Pushing [===> ] 11.99 MB/192.5 MB
3.3 会出现的push失败
1 2 3
$ docker push 192.168.1.87:5000/hcharts The push refers to a repository [192.168.1.87:5000/hcharts] Get https://192.168.1.87:5000/v1/_ping: http: server gave HTTP response to HTTPS client