工具雜記🐳 Docker 筆記🐳 匯入匯出 Image本頁導覽🐳 匯入匯出 Image匯出docker save -o "[檔名.tar]" [image id]匯入cd [tar 目錄]docker image import [檔名.tar] [image name]:[image tag]