Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
damoon committed Nov 6, 2020
0 parents commit f5a85cc
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 .
```

0 comments on commit f5a85cc

Please sign in to comment.