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

fix load image error #454

Closed
wants to merge 1 commit into from
Closed

Conversation

ningmingxiao
Copy link
Contributor

fix load image error

@AkihiroSuda AkihiroSuda added the status/needs-more-information Needs more information from OP label Oct 21, 2021
@AkihiroSuda
Copy link
Member

Could you explain what is the issue you are trying to solve?

Also please squash and sign commits.

@ningmingxiao
Copy link
Contributor Author

ningmingxiao commented Oct 21, 2021

  1. docker pull i686/ubuntu
  2. docker save i686/ubuntu -o test.tar
  3. nerdctl load -i test.tar
    will show fatal error
    FATA[0008] image might be filtered out

@ningmingxiao
Copy link
Contributor Author

from commit c8d1cf it will show error

@AkihiroSuda
Copy link
Member

What error?

@AkihiroSuda AkihiroSuda marked this pull request as draft October 22, 2021 08:55
@ningmingxiao
Copy link
Contributor Author

What error?

FATA[0008] image might be filtered out

fix load image error

Signed-off-by: ning.mingxiao <[email protected]>
@ningmingxiao
Copy link
Contributor Author

ningmingxiao commented Oct 23, 2021

@AkihiroSuda
Copy link
Member

2. docker save i686/ubuntu -o test.tar

To load an image with non-default platform (linux/386), please use nerdctl load --platform=linux/386 or nerdctl load --all-platforms (Being implemented in #448 )

I'm closing this PR but thanks for contribution anyway

@ningmingxiao ningmingxiao deleted the dev8 branch December 24, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/needs-more-information Needs more information from OP
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants