Files
docker-docs/samples/index.md
Craig Osterhout 04c34b9637 [ENGDOCS-894] Remove out-dated samples (#15347)
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
2022-08-25 08:30:58 -07:00

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.
/en/latest/examples/
/engine/examples/
/examples/

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.