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…
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.