load Load an image from a tar archive or STDIN pull Pull an image or a repository from a registry push Push an image or a repository to a registry save Save one or more images to a tar archive (streamed to STDOUT by default) |
$ sudo docker pull hello-world
$ sudo docker save -o hello-world hello-world
-rw------- 1 root root 13K 5월 16 19:04 hello-world
$ sudo file hello-world
hello-world: POSIX tar archive
[링크 : https://serverfault.com/.../downloading-docker-image-for-transfer-to-non-internet-connected-machine]
'프로그램 사용 > docker' 카테고리의 다른 글
docker run, exec (0) | 2019.05.16 |
---|---|
docker image tar (0) | 2019.05.16 |
cassandra 메모리 관리 (0) | 2019.05.15 |
docker cassandra (0) | 2019.04.22 |
docker-compose up/down 주의사항 (0) | 2019.03.24 |