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

Commit a57a93e

Browse files
carolinebriaudndeloof
authored andcommitted
Update README for docker/app/examples.
Fix hello-world example. Remove cnab-helm example. Signed-off-by: Caroline Briaud <[email protected]>
1 parent 2a4e612 commit a57a93e

File tree

19 files changed

+117
-306
lines changed

19 files changed

+117
-306
lines changed

examples/README.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,19 @@
11
## Examples
22

3-
This folder contains several examples of applications built using Docker
4-
Application, from a simple `hello-world` application to more complex,
5-
multi-service applications.
3+
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.
64

7-
### [Hello world!](hello-world)
5+
### [Hello World: Starting example](hello-world)
86

9-
Learn how the basics of how to write a simple Docker Application.
7+
Learn how to write your first Docker App.
108

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

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

16-
### [Build service containers and package application](dockercoins)
13+
### [Docker Coins: Build service images](dockercoins)
1714

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

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

22-
Create a [CNAB](https://cnab.io) `bundle.json` and invocation image from a
23-
Docker Application.
24-
25-
### [Deploy a Helm Chart CNAB using Docker App](cnab-helm)
26-
27-
As Docker App is a [CNAB](https://cnab.io) compliant client, you can deploy any
28-
CNAB.
19+
Create a [CNAB](https://cnab.io) bundle and an invocation image from a Docker App.

examples/cnab-helm/LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

examples/cnab-helm/README.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

examples/cnab-helm/bundle.json

Lines changed: 0 additions & 43 deletions
This file was deleted.

examples/cnab-helm/cnab/Dockerfile

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/cnab-helm/cnab/app/Makefile

Lines changed: 0 additions & 27 deletions
This file was deleted.

examples/cnab-helm/cnab/app/charts/alpine/Chart.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

examples/cnab-helm/cnab/app/charts/alpine/Dockerfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/cnab-helm/cnab/app/charts/alpine/README.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/cnab-helm/cnab/app/charts/alpine/templates/_helpers.tpl

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)