mirror of https://github.com/docker/docs.git
1.6 KiB
1.6 KiB
title | description | redirect_from | |||
---|---|---|---|---|---|
Official Docker samples | Learn how to develop and ship containerized applications, by walking through samples that exhibit canonical practices. |
|
Visit Docker Samples on GitHub{: target="blank" rel="noopener" class=""} and the Awesome-compose repository on GitHub{: target="blank" rel="noopener" class=""} for a full list of samples. The following are a few samples from those repositories.
Sample | Description |
---|---|
atsea-sample-shop-app{: target="blank" rel="noopener" class=""} | A sample Java REST application. |
ASP.NET / MS-SQL{: target="blank" rel="noopener" class=""} | A sample ASP.NET core application with MS SQL server database. |
example-voting-app{: target="blank" rel="noopener" class=""} | A sample distributed application running across multiple Docker containers. |
Django{: target="blank" rel="noopener" class=""} | A sample Django application. |
k8s-wordsmith-demo{: target="blank" rel="noopener" class=""} | A sample Wordsmith project that runs across three containers: a Postgres database, a Java REST API, and a Go web application. |