--- tags: docker --- # Docker Image備份輸出輸入 ### Export Image 輸出tar檔案 ```shell= docker save --output "輸出檔案資訊(.tar)" image name:tag ``` Ex: ```shell= docker save --output my_image.tar my_image:first ``` ### Import Image ```shell= docker load --input "檔案資訊(.tar)" ``` Ex: ```shell= docker load --input my_image.tar ```
×
Sign in
Email
Password
Forgot password
or
Sign in via Google
Sign in via Facebook
Sign in via X(Twitter)
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
Continue with a different method
New to HackMD?
Sign up
By signing in, you agree to our
terms of service
.