From the course: Kubernetes: Your First Project (2021)

Unlock the full course today

Join today to access over 24,700 courses taught by industry experts.

Challenge: Write a teardown make target

Challenge: Write a teardown make target - Kubernetes Tutorial

From the course: Kubernetes: Your First Project (2021)

Challenge: Write a teardown make target

(upbeat music) - [Instructor] All right, it's time for our first challenge. In this challenge, you're going to create a Make rule that stops the running explorecalifornia.com Docker container that we created earlier. The rule should work even if a file of the same name as this target exists in the same directory. And remember, if you're having any trouble, don't be afraid to use Docker --help! or consult the Make file documentation that we referenced earlier. Good luck.

Contents