github.com/ijc/docker-app@v0.6.1-0.20181012090447-c7ca8bc483fb/examples/README.md (about) 1 ## Examples 2 3 This folder contains several examples of applications built using `docker-app`, from a simple `hello-world` application to more complex, multi-service applications. 4 5 ### Hello world application: [hello world](hello-world) 6 7 To learn how to create a simple app that displays a given text. 8 9  10 11 ### Voting application: [voting-app](voting-app) 12 13 To learn how to create the Docker voting app from [Docker samples](https://github.com/dockersamples). 14 15  16 17 ### WordPress application: [WordPress](wordpress) 18 19 To learn how to create a basic WordPress with a database. 20 21 