larsks / dockerize

A tool for creating minimal docker images from dynamic ELF binaries.
GNU General Public License v3.0
355 stars 41 forks source link

Add optional compression with upx #7

Open pkamenarsky opened 8 years ago

pkamenarsky commented 8 years ago

Adds optional compression with upx, which can substantially reduce Docker image size (the compression ratio for my use case is around 20%, i.e. 30MB -> 6MB).

tenfourty commented 8 years ago

this is a pretty cool PR. @larsks are you planning to accept it?