Unzip things without installing unzip using docker.
253
Unzip things without installing unzip using docker, kind of moot in most cases but great if you don't want to install stuff on hosts.
docker run -v $(pwd)/:/data --rm leopere/unzip-docker ./chainquery.zip
The usage example extracts a zip archive that you have in a volume or on the host filesystem in your current working directory on the host.
Content type
Image
Digest
Size
3.5 MB
Last updated
almost 8 years ago
docker pull leopere/unzip-docker