From 2c77aa41607af78ddb61cc606509d190a9e67cbf Mon Sep 17 00:00:00 2001 From: Goutham Kumar <47983326+gkdevops@users.noreply.github.com> Date: Wed, 3 Nov 2021 14:25:49 +0530 Subject: [PATCH] Update README.md (#169) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9e32d2c..74b58e1 100644 --- a/README.md +++ b/README.md @@ -6217,6 +6217,7 @@ You could say that CMD is a Docker run-time operation, meaning it’s not someth The following command is executed from within the directory where Dockefile resides: +`docker image build -t some_app:latest .` `podman image build -t some_app:latest .`