We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I used igzip command to manually decompress my image layer, it's too faster than pigz.
But when I used igzip in cotnainerd, the decompression speed was near to pigz.
Containerd would like to use igzip -cd to decompress the layers and each trunk size is 32k. How could it faster like manul decompression?
igzip -cd
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I used igzip command to manually decompress my image layer, it's too faster than pigz.
But when I used igzip in cotnainerd, the decompression speed was near to pigz.
Containerd would like to use
igzip -cd
to decompress the layers and each trunk size is 32k. How could it faster like manul decompression?The text was updated successfully, but these errors were encountered: