From 0e9dc2c01a869825f7f683b7bbdc14d148fc25e1 Mon Sep 17 00:00:00 2001 From: Shri-shti Date: Mon, 25 Sep 2023 11:14:26 +0530 Subject: [PATCH] Update README.md --- labs/multi-stage/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/labs/multi-stage/README.md b/labs/multi-stage/README.md index 8ff0df5..0547ee2 100644 --- a/labs/multi-stage/README.md +++ b/labs/multi-stage/README.md @@ -75,7 +75,7 @@ export DOCKER_BUILDKIT=1 # OR with PowerShell: $env:DOCKER_BUILDKIT=1 ``` - +this will through the error Now repeat the build for the simple Dockerfile - this time Docker will use BuildKit: ``` @@ -216,4 +216,4 @@ Cleanup by removing all containers: ``` docker rm -f $(docker ps -aq) -``` \ No newline at end of file +```