Closed tomkinsc closed 7 years ago
what about trying Mike Lin's docker export | docker import
approach?
https://github.com/vgteam/vg_docker/blob/0ddaf6a9fb835a423af8f5e698f7e4e075f51488/build.sh#L49-L55
Looks like the docker export | docker import
approach saves about ~150MB, or ~3% of the uncompressed image size.
Looks like
--squash
is experimental, and not currently supported by the Travis docker service. Closing this for now.