2018-05-30 12:40:05 +03:00
|
|
|
## Examples
|
|
|
|
|
2019-11-19 19:47:53 +03:00
|
|
|
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.
|
2018-05-30 12:40:05 +03:00
|
|
|
|
2019-11-15 16:54:53 +03:00
|
|
|
### [Hello World: Starting example](hello-world)
|
2018-05-30 12:40:05 +03:00
|
|
|
|
2019-11-15 16:54:53 +03:00
|
|
|
Learn how to write your first Docker App.
|
2018-05-30 12:40:05 +03:00
|
|
|
|
2019-11-15 16:54:53 +03:00
|
|
|
### [Voting App: Bootstraping a Docker App from an existing Compose file](voting-app)
|
2018-05-30 12:40:05 +03:00
|
|
|
|
2019-11-21 13:27:51 +03:00
|
|
|
Learn how to create a Docker App having multiple services from an existing [Compose file](https://docs.docker.com/compose/compose-file/).
|
2018-05-30 12:40:05 +03:00
|
|
|
|
2019-11-15 16:54:53 +03:00
|
|
|
### [Docker Coins: Build service images](dockercoins)
|
2019-10-11 17:04:51 +03:00
|
|
|
|
2019-11-15 16:54:53 +03:00
|
|
|
Learn how Docker App can build the service images along with the App image.
|
2019-10-11 17:04:51 +03:00
|
|
|
|
2019-11-15 16:54:53 +03:00
|
|
|
### [CNAB Simple: Starting example for CNAB](cnab-simple)
|
2018-05-30 12:40:05 +03:00
|
|
|
|
2019-11-15 16:54:53 +03:00
|
|
|
Create a [CNAB](https://cnab.io) bundle and an invocation image from a Docker App.
|