app/examples
Kristian Theilgaard e4fc623013 Fix folder name in example voting app README
Signed-off-by: Kristian Theilgaard <kristian.theilgaard@gmail.com>
2020-04-19 14:44:29 +02:00
..
cnab-simple Update CNAB-simple example to reflect the UX changes. 2019-11-19 18:09:02 +01:00
dockercoins Fix dockercoins example to match new UX 2019-11-22 17:37:52 +01:00
hello-world Update voting-app example to reflect UX changes. 2019-11-21 14:28:34 +01:00
voting-app Fix folder name in example voting app README 2020-04-19 14:44:29 +02:00
README.md Update voting-app example to reflect UX changes. 2019-11-21 14:28:34 +01:00

README.md

Examples

This is a collection of Docker App examples. Most of them are fairly simple, and intended to illustrate various aspects of the Docker App product.

Hello World: Starting example

Learn how to write your first Docker App.

Voting App: Bootstraping a Docker App from an existing Compose file

Learn how to create a Docker App having multiple services from an existing Compose file.

Docker Coins: Build service images

Learn how Docker App can build the service images along with the App image.

CNAB Simple: Starting example for CNAB

Create a CNAB bundle and an invocation image from a Docker App.