320x100
320x100
// 이미지를 파일로 저장
docker save 이미지 | gzip -c > 이미지.tar.gz

// 파일로 저장된 이미지를 이미지로 로드
docker load < 이미지.tar.gz

 

300x250
728x90