Container runtime missmatch between CKA Labs and the solutions

Labs in the CKA course don’t run docker as container runtime while the solutions provided use docker as the container runtime. One example is “Practice Test - View Certification Details” and its solution. Step 12 wants you to debug why kubectl doesn’t work and in the solution, docker logs are being analyzed while docker doesn’t run in the lab environment. Can you please improve these points?

Thanks,
Gökhan

Just replace the docker command with crictl. eg:

crictl ps 
crictl images