Docker Level 03 - task 04 task validation issue

Hi,
The task requests to save a file, scp it to server 03 then import it to docker.
I did it, I have screenshots showing file is imported (docker image list -a on app server 03). But, verification fails…

Any known bug on the verif process for this task?

Thanks in advance,

Philippe.

Hi @comptes.philippe.dur,

No bug in the verify process, just testing and he works fine.

How did you try to achieve this task? Can you please provide us some screenshot of the docker images?

Regard

Hi @comptes.philippe.dur,
I did this task and didn’t find any problems. Please use the docker load instead of the docker import command. I have added some explanation for both commands.

  • docker load is used to restore an entire image from a tar archive created using docker save, including layers and metadata.

  • docker import is used to create a new image from a filesystem snapshot (file or URL), without including image history or layers from an existing image.

Hi, thanks for your explanation: task solved!

It’s a shame the check error message is truncated …

Thanks for pointing out this. I will forward this to the concerned team.

Regards,