Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Update README for docker/app/examples.
Browse files Browse the repository at this point in the history
Fix hello-world example.
Remove cnab-helm example.

Signed-off-by: Caroline Briaud <caroline.briaud@docker.com>
  • Loading branch information
carolinebriaud authored and ndeloof committed Nov 18, 2019
1 parent 2a4e612 commit a57a93e
Show file tree
Hide file tree
Showing 19 changed files with 117 additions and 306 deletions.
27 changes: 9 additions & 18 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
## Examples

This folder contains several examples of applications built using Docker
Application, from a simple `hello-world` application to more complex,
multi-service applications.
This is a collection of [Docker App](./README.MD) examples. Most of them are fairly simple, and intended to illustrate various aspects of the Docker App product.

### [Hello world!](hello-world)
### [Hello World: Starting example](hello-world)

Learn how the basics of how to write a simple Docker Application.
Learn how to write your first Docker App.

### [Convert an existing Compose file](voting-app)
### [Voting App: Bootstraping a Docker App from an existing Compose file](voting-app)

Learn how to create a Docker Application from an existing Compose file using the
Docker voting app from [Docker samples](https://github.com/dockersamples).
Learn how to create a Docker App having multiple services from an existing Compose file.

### [Build service containers and package application](dockercoins)
### [Docker Coins: Build service images](dockercoins)

Learn how to organize your application so docker app will build the services docker images and the application image.
Learn how Docker App can build the service images along with the App image.

### [Docker Application CNAB generation](cnab-simple)
### [CNAB Simple: Starting example for CNAB](cnab-simple)

Create a [CNAB](https://cnab.io) `bundle.json` and invocation image from a
Docker Application.

### [Deploy a Helm Chart CNAB using Docker App](cnab-helm)

As Docker App is a [CNAB](https://cnab.io) compliant client, you can deploy any
CNAB.
Create a [CNAB](https://cnab.io) bundle and an invocation image from a Docker App.
21 changes: 0 additions & 21 deletions examples/cnab-helm/LICENSE

This file was deleted.

47 changes: 0 additions & 47 deletions examples/cnab-helm/README.md

This file was deleted.

43 changes: 0 additions & 43 deletions examples/cnab-helm/bundle.json

This file was deleted.

4 changes: 0 additions & 4 deletions examples/cnab-helm/cnab/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions examples/cnab-helm/cnab/app/Makefile

This file was deleted.

7 changes: 0 additions & 7 deletions examples/cnab-helm/cnab/app/charts/alpine/Chart.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/cnab-helm/cnab/app/charts/alpine/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions examples/cnab-helm/cnab/app/charts/alpine/README.md

This file was deleted.

16 changes: 0 additions & 16 deletions examples/cnab-helm/cnab/app/charts/alpine/templates/_helpers.tpl

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions examples/cnab-helm/cnab/app/charts/alpine/values.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions examples/cnab-helm/creds.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/cnab-helm/duffle.toml

This file was deleted.

1 change: 0 additions & 1 deletion examples/cnab-helm/values.toml

This file was deleted.

0 comments on commit a57a93e

Please sign in to comment.