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 - 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.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
Installing Docker2m 49s
-
(Locked)
Writing our project's Dockerfile5m 28s
-
(Locked)
Building the Docker image from the Dockerfile4m 27s
-
(Locked)
Writing our project's makefile2m 51s
-
(Locked)
Testing the website with make1m 41s
-
(Locked)
Challenge: Write a teardown make target32s
-
(Locked)
Solution: Write a teardown make target2m 40s
-
-
-
-
-
-