https://hub.docker.com/repositories
[root@tomxiang ~]# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
vue 1.0 63e7d56fe2e1 9 days ago 142MB
wordpress latest 5e77d84df442 2 weeks ago 609MB
mysql 8.0 ff3b5098b416 2 weeks ago 447MB
ordersystem 2.2 c889cd404a75 5 weeks ago 376MB
mysql latest 7b94cda7ffc7 6 weeks ago 446MB
nginx latest 670dcc86b69d 2 months ago 142MB
[root@tomxiang ~]# docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username: xcysuccess
Password:
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
[root@tomxiang ~]# docker commit nginx xcysuccess/k8s-tutorial:nginx_V1
sha256:52c2a4edb7d1c4e914f509ae2ccb89f967a114673ba8016d8d435891a3a4d477
[root@tomxiang ~]# docker push xcysuccess/k8s-tutorial:nginx_V1
The push refers to repository [docker.io/xcysuccess/k8s-tutorial]
6826ac3fe308: Pushed
abc66ad258e9: Mounted from library/nginx
243243243ee2: Mounted from library/nginx
f931b78377da: Mounted from library/nginx
d7783033d823: Mounted from library/nginx
4553dc754574: Mounted from library/nginx
43b3c4e3001c: Mounted from library/nginx
nginx_V1: digest: sha256:f0b480627e1ed427eb87b36d60a04b649fd6b95eeec3251c4bac0f30ea7c189b size: 1782
https://hub.docker.com/repositories
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。