docker_push
This is an old revision of the document!
Table of Contents
Registering Your Machine
Method 1
Command:
</ <sxh bash> [root@docker ~]# docker login Username: username Password: Email: [email protected] WARNING: login credentials saved in /root/.docker/config.json Login Succeeded
Method 2
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/test1
Pushing an Image
docker push luke/test1
docker_push.1444150304.txt.gz · Last modified: 2024/05/23 07:26 (external edit)