diff --git a/README.md b/README.md index a2c5b24f1b..dfbd11a5be 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Please let us know if you have any feature requests or find any bugs! - [Kaniko](#kaniko) - [How does kaniko work?](#how-does-kaniko-work) - [Known Issues](#known-issues) +- [Demo](#demo) - [Development](#development) - [kaniko Build Contexts](#kaniko-build-contexts) - [Running kaniko in a Kubernetes cluster](#running-kaniko-in-a-kubernetes-cluster) @@ -41,6 +42,10 @@ Multi-Stage Dockerfiles are also unsupported currently, but will be ready soon. kaniko also does not support building Windows containers. +## Demo + +![Demo](/docs/demo.gif) + ## Development ### kaniko Build Contexts kaniko supports local directories and GCS buckets as build contexts. To specify a local directory, pass in the `--context` flag as an argument to the executor image. diff --git a/docs/demo.gif b/docs/demo.gif new file mode 100644 index 0000000000..3adbd1d34d Binary files /dev/null and b/docs/demo.gif differ