How do you restore an image created from the docker export command? - wrong answer

Hi,

I believe the answer to this question should be “docker image load”. because when we create a tar ball from an image, then we should import it with the help of STDIN.
what do you think?

The question is from Docker Certified Associate Exam Course → Docker image management → Research Questions Authenticating to Registry → QUIZ 9 OF48

Hello @shahin.ccie1989
Thanks for reporting, but we use load if we save command, and the import command is used here because we used the export command. so the answer here will be docker image import

Thanks,
KodeKloud Support

Hi dear @Ayman

Thank you for your reply.
This article helped me better understand this topic:

With regards,
Shahin

You are welocme.
Happy learning!