From the course: Certified Kubernetes Application Developer (CKAD) Cert Prep

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Lesson 2 lab solution: Creating custom container images

Lesson 2 lab solution: Creating custom container images - Kubernetes Tutorial

From the course: Certified Kubernetes Application Developer (CKAD) Cert Prep

Lesson 2 lab solution: Creating custom container images

- So let me use find, dot, -name, Dockerfile so that we can see the location of the Dockerfile. So it's a Dockerfile that we have used before. Does that matter? No, it doesn't matter at all. Here we have it and I am going to use docker build -t lab2image on dot. And then using Docker images to verify that lab2image has been built. And really that's all.

Contents