# UPX in docker [![Build Status](https://drone1.kolaente.de/api/badges/konrad/upx/status.svg)](https://drone1.kolaente.de/konrad/upx) This dockerfile contains [upx](https://upx.github.io/) in a docker container to be able to use it more easily in a ci pipeline ## How to use this image ``` docker run -v :/binaries kolaente/upx /binaries/ ```