Skip to content
New issue

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

docs: Add zstd as supported in load command #4667

Merged
merged 1 commit into from Nov 20, 2023
Merged

docs: Add zstd as supported in load command #4667

merged 1 commit into from Nov 20, 2023

Conversation

Hugo-C
Copy link
Contributor

@Hugo-C Hugo-C commented Nov 20, 2023

- What I did
As far as I can tell, zstd is now supported in the load command.
The PR that adds support for it:

- How I did it

- How to verify it
I checked the zstd support with:

docker pull hello-world
docker save hello-world | zstd | ssh <remote_host> docker load

And the remote was able to run the hello-world container successfully.

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Hugo Chastel <Hugo-C@users.noreply.github.com>
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@thaJeztah thaJeztah merged commit 781f243 into docker:master Nov 20, 2023
76 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants