From f5a85cc5f355004400901773c3ad9730143f9cb1 Mon Sep 17 00:00:00 2001 From: David Sauer Date: Fri, 6 Nov 2020 09:38:28 +0100 Subject: [PATCH] yes --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..9822f296 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Wedding + +Wedding accepts container image builds mocking the http interface of a docker daemon. +It schedules builds via jobs to Kubernetes. +Images are build using buildkit. + +## Example + +Using docker cli to build and push an image. + +``` bash +export DOCKER_HOST=tcp://wedding:2375 +docker build -t registry/user/image:tag . +```