Lesson 8 Docker Repository
Lesson 8 Docker Repository
1
3) Enter “docker images” in the terminal to see the modified image
names.
② Access the “docker hub”, and you can view that the images have been
successfully published.
2
2. Publish Image to Create “tar” Zip
The methods below are performed in the host, not in the Docker.
Method 1: “docker export” and “docker import” (export zip from containers)
1) Press “Ctrl+Alt+T” to open the command line terminal, and enter
“docker ps” to display the latest containers in the master.
You can see the exported containers under the current path.
4) Enter “docker images” in the terminal and press “Enter” to view the
container information in the master.
3
Method 2: “docker save” and “docker load” (export zip from images)
1) Press “Ctrl+Alt+T” to open the command line terminal, and enter
“docker images” to view the latest images in the master.
You can see the exported containers under the current path.