mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Removed samples for Docker Labs repo because the repo is no longer actively maintained. Removed loosely connected "Library references" section. Removed samples contained in the documentation from the list in index and from the TOC. Fixed typo in description frontmatter Updated TOC Add Awesome Compose link and a few samples Add Docker Samples link and a few samples
1.6 KiB
1.6 KiB
title, description, redirect_from
| 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. |