2023年12月8日 星期五

docker export/import

 To export:

docker container export <container_id> -o <image_name>.tar

To import
docker image import <image_name>.tar <custom_image_name>

Please note in Windows use -o instead of >. The export done with > works with Linux/MAC only.

沒有留言:

張貼留言