From 30920d537e9786692604110913086a902f8e3c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Wed, 4 Mar 2020 16:37:01 +0300 Subject: [PATCH] fixing docker run command in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Batuhan Apaydın --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac3667109..f285a6080 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ Create a `config.json` file with your Docker registry url and the previous gener Run kaniko with the `config.json` inside `/kaniko/.docker/config.json` - docker run -ti --rm -v `pwd`:/workspace -v config.json:/kaniko/.docker/config.json:ro gcr.io/kaniko-project/executor:latest --dockerfile=Dockerfile --destination=yourimagename + docker run -ti --rm -v `pwd`:/workspace -v `pwd`/config.json:/kaniko/.docker/config.json:ro gcr.io/kaniko-project/executor:latest --dockerfile=Dockerfile --destination=yourimagename #### Pushing to Amazon ECR