Skip to content

Conversation

@saehejkang
Copy link
Contributor

@saehejkang saehejkang commented Oct 7, 2025

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Motivation and Context

Closes #559

Testing

  • Tested locally
  • Added/updated tests
  • Added/updated docs

Example Commands with Outputs

Save the docker image to the test.tar file

container image save docker.io/library/nginx:latest > test.tar
⠦ Saving image(s) [3s]

Use the test.tar file to load the image

container image load < test.tar
Loaded images:                  
docker.io/library/nginx:latest

@saehejkang saehejkang force-pushed the image-save-load-support-stdin-stdout branch 2 times, most recently from 3029055 to b0de0e0 Compare October 7, 2025 06:37
@saehejkang saehejkang changed the title [image-save-load]: support stdin for filepath [image-save-load]: support for stdin/stdout Oct 17, 2025
@saehejkang saehejkang force-pushed the image-save-load-support-stdin-stdout branch from 09dae23 to 023aa94 Compare November 2, 2025 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: image save and image load should support stdin.

2 participants