006-Docker中导出单个或多个tar包

docker中导出单个镜像和多个镜像的tar包docker

docker save [images] > [name.tar]
docker save [images] [images] > [name.tar]im

相关文章
相关标签/搜索