User Tools

Site Tools


docker_push

This is an old revision of the document!


Registering Your Machine

Method 1

Command:

[root@docker ~]# docker login
Username: username
Password: 
Email: [email protected]
WARNING: login credentials saved in /root/.docker/config.json
Login Succeeded

Method 2

docker login --username=username --password=1234567 [email protected]


Imaging a container (PUSH)

source: https://docs.docker.com/mac/step_six/
First you will need to commit a container, then you can push it to the repository

docker commit containerID luke7858/containername


Tagging Image Before Pushing

docker tag ImageID luke/test:tag


Pushing an Image

docker push luke/test1

docker_push.1444150948.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki