Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 389 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 389 Bytes

docker-pigz

Dockerized pigz, a parallel implementation of gzip for modern multi-processor, multi-core machines

How to Run

docker run -it --rm pigz:2.4

Build Container Image

./build.sh

Push to Docker Registry

Either you can use the docker push command or run push.sh (requires scing):

./push.sh