Copy file to the docker container

In the following lab question,

They said there is already a docker container running on the APP server 1. But when I SSH into the server I don’t see any containers running. Does that mean I need to create a new container myself by using a custom Dockerfile, build and run it.

Tried that too, in the custom docker file I copied the required file into the destination directory as mentioned in the question. Also performed the checksum of the files present on the host as well as inside the container. They both got the same results. This meant that the correct file is copied into the container without loss/corruption of data inside the file.

Surprisingly still my task got failed, saying that I didn’t copy the correct file…

Can anyone explain what’s wrong here?

Thanks in advance!!:blush:

The same happened with another task where the running container mentioned in the question is missing.

It will be related to the ongoing issue affecting all labs whereby docker images can’t be pulled. This means that labs that should have containers running at the start, won’t have.

Engineers are working on it but it is a big task and there is no current ETA.

All in the life of professional devops engineers!

1 Like

Can you please let me know once the issue is resolved from your end, so that I can feel free to start working on my docker and k8s lessons/labs/tasks? Till then I see I could do nothing without a working image pull feature.