upx/README.md

12 lines
389 B
Markdown
Raw Permalink Normal View History

2019-06-22 20:10:47 +00:00
# UPX in docker
[![Build Status](https://drone1.kolaente.de/api/badges/konrad/upx/status.svg)](https://drone1.kolaente.de/konrad/upx)
2019-06-22 20:11:38 +00:00
This dockerfile contains [upx](https://upx.github.io/) in a docker container to be able to use it more easily in a ci pipeline
2019-06-22 20:10:47 +00:00
## How to use this image
2019-06-22 19:52:56 +00:00
```
2019-06-22 20:10:47 +00:00
docker run -v <local path to binaries>:/binaries kolaente/upx /binaries/<binary file name>
2019-06-22 19:52:56 +00:00
```