From de01ca7375a1e8f90941b9e96b93ecdc729d3eb4 Mon Sep 17 00:00:00 2001 From: Shubham Agrawal Date: Tue, 17 Nov 2020 00:39:21 +0530 Subject: [PATCH] Fixed readme --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d557cd0..63ba93a 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,14 @@ docker build \ ## Usage -> Notice: Be aware that the Docker plugin currently requires privileged capabilities, otherwise the integrated Docker daemon is not able to start. - ```console docker run --rm \ - -e PLUGIN_TAG=latest \ - -e PLUGIN_REPO=octocat/hello-world \ - -v $(pwd):$(pwd) \ - -w $(pwd) \ - plugins/kaniko-docker + -e PLUGIN_TAGS=1.2,latest \ + -e PLUGIN_DOCKERFILE=/drone/Dockerfile \ + -e PLUGIN_REPO=foo/bar \ + -e PLUGIN_USERNAME=foo \ + -e PLUGIN_PASSWORD=bar \ + -v $(pwd):/drone \ + -w /drone \ + plugins/kaniko-docker ```