From 776aca37769857dc7502f7c8c758eba28173318c Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 22 Jun 2019 22:10:47 +0200 Subject: [PATCH] updated readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 060dbcf..9150d5a 100644 --- a/README.md +++ b/README.md @@ -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 :/to_zip upx -r /to_zip +docker run -v :/binaries kolaente/upx /binaries/ ```