CKAD Exam syllabus

Hi
In the CKAD exam will there be questions on writing a Dockerfile and building container images (Docker Build command etc)

Thanks in advance

You would not have to write one from scratch. You may have to examine one that is already provided and make minor changes. You should know how to run docker build given a dockerfile, and how to tag (name) the generated image.

1 Like