Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 9b25b4f

Browse files
committed
Add CNAB instructions to README
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
1 parent 4b3bef0 commit 9b25b4f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
An *experimental* utility to help make Compose files more reusable and sharable.
44

5+
## CNAB support (preview)
6+
7+
You can find some preview binaries of `docker-app` with CNAB support [here](https://github.com/docker/app/releases/tag/cnab-dockercon-preview).
8+
9+
There is a [simple example](https://github.com/docker/app/tree/cnab-preview/examples/cnab-simple) and an [example of how to deploy a Helm Chart](https://github.com/docker/app/tree/cnab-preview/examples/cnab-helm).
10+
511
## The problem application packages solve
612

713
Compose files do a great job of describing a set of related services. Not only are Compose files easy to write, they are generally easy to read as well. However, a couple of problems often emerge:

0 commit comments

Comments
 (0)