From 56a7da2705ca6adc74a57504b357b2765d3a6e94 Mon Sep 17 00:00:00 2001 From: Fuhu Xia Date: Thu, 18 Feb 2021 02:14:22 -0500 Subject: [PATCH] docker command missing '.' --- episode-01/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episode-01/README.md b/episode-01/README.md index 5422f3d..8d207d1 100644 --- a/episode-01/README.md +++ b/episode-01/README.md @@ -63,7 +63,7 @@ That image is used in this episode of Kubernetes 101 to demonstrate a simple Kub If you want to build the image on your own, locally, you can run: - docker build -t geerlingguy/kube101:intro + docker build -t geerlingguy/kube101:intro . And to run the image on its own, run: