"Docker save"의 두 판 사이의 차이

(새 문서: {{소문자}} ==개요== ;docker save <source lang='bash'> </source> ==같이 보기== * docker 명령어 ==참고== * https://docs.docker.com/engine/reference/commandline/save/...)
 
3번째 줄: 3번째 줄:
;docker save
;docker save
<source lang='bash'>
<source lang='bash'>
</source>
==#==
<source lang='console'>
# docker images
REPOSITORY          TAG                IMAGE ID            CREATED            SIZE
redis              latest              4760dc956b2d        13 months ago      107MB
ubuntu              latest              f975c5035748        13 months ago      112MB
alpine              latest              3fd9065eaf02        15 months ago      4.14MB
</source>
<source lang='console'>
# docker save redis > redis.tar
# ll -h redis.tar
-rw-r--r-- 1 root root 106M Apr 10 07:38 redis.tar
</source>
</source>



2019년 4월 10일 (수) 16:39 판

1 개요

docker save

2 #

# docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
redis               latest              4760dc956b2d        13 months ago       107MB
ubuntu              latest              f975c5035748        13 months ago       112MB
alpine              latest              3fd9065eaf02        15 months ago       4.14MB
# docker save redis > redis.tar
# ll -h redis.tar
-rw-r--r-- 1 root root 106M Apr 10 07:38 redis.tar

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}