19 строки
753 B
Markdown
19 строки
753 B
Markdown
## 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](hello-world)
|
|
|
|
Learn how to write your first Docker App.
|
|
|
|
### [Voting App: Bootstraping a Docker App from an existing Compose file](voting-app)
|
|
|
|
Learn how to create a Docker App having multiple services from an existing [Compose file](https://docs.docker.com/compose/compose-file/).
|
|
|
|
### [Docker Coins: Build service images](dockercoins)
|
|
|
|
Learn how Docker App can build the service images along with the App image.
|
|
|
|
### [CNAB Simple: Starting example for CNAB](cnab-simple)
|
|
|
|
Create a [CNAB](https://cnab.io) bundle and an invocation image from a Docker App. |