updated readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
konrad 2019-06-22 22:10:47 +02:00
parent 6cffed502e
commit 776aca3776
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# How to use this image
# UPX in docker
[![Build Status](https://drone1.kolaente.de/api/badges/konrad/upx/status.svg)](https://drone1.kolaente.de/konrad/upx)
This dockerfile contains [https://upx.github.io/](upx) in a docker container to be able to use it more easily in a ci pipeline
## How to use this image
```
docker run -v <local path to zip>:/to_zip upx -r <zip file name> /to_zip
docker run -v <local path to binaries>:/binaries kolaente/upx /binaries/<binary file name>
```