You can use gzip to save the image file and make the backup smaller. $ docker save myimage:latest | gzip > myimage_latest.tar.gz ...
確定! 回上一頁