TheChymera / mkstage4

Bash Utility for Creating Stage 4 Tarballs
GNU General Public License v3.0
104 stars 22 forks source link

exclude /var/lib/docker , causes issues on unpack #14

Closed brendanhoran closed 6 years ago

brendanhoran commented 6 years ago

If /var/lib/docker is included in the image it will cause unpack to fail by filling entire volume. Since it contains the device-mapper overlays. Might be enough to just exclude /var/lib/docker/image, but I did not test that.