mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 06:46:14 +00:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user