From d9e01cd2c2b531ede937108254789153dcb73300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=BF=20Kenneth=20Reitz?= Date: Wed, 18 Sep 2019 19:18:07 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b7215f3..1c502d6 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Homebrew will be the primary installation target of `bake`. #### Containers! *e.g.* Docker. -You an also run `bake` via Docker! An official image has been made available: +You an also run `bake` via Docker! An official image has been made available [on DockerHub](https://cloud.docker.com/u/kennethreitz/repository/docker/kennethreitz/bake): ```console $ docker run kennethreitz/bake Wed Sep 18 10:11:01 2019 @@ -116,6 +116,11 @@ Options: -j, --json Output in JSON format (stdout). ``` +- **`Bakefile`** is expected to live at **`/app/Bakefile`**. +- If you inherit from this image, **`ONBUILD`** directives will automatically copy your application code (build context) into the container, into **`/app`**. + +**Bonus Points**: This image is also available on the GitHub Package Registry ([link](https://github.com/kennethreitz/bake/packages/24444)). + --------------- ### Community / Contrib