update samples (#16019)

This commit is contained in:
Craig Osterhout 2022-10-31 06:47:06 -07:00 committed by GitHub
parent 38a6523d2d
commit 86659ea8a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 49 additions and 8 deletions

View File

@ -371,4 +371,27 @@ samples:
- react - react
- javascript - javascript
- nodejs - nodejs
- title: Compose and Rails
url: https://github.com/docker/awesome-compose/blob/master/official-documentation-samples/rails/
description: This Quickstart guide shows you how to use Docker Compose to set up and run a Rails/PostgreSQL app.
dev_env: false
services:
- rails
- postgres
- ruby
- title: Compose and Django
url: https://github.com/docker/awesome-compose/blob/master/official-documentation-samples/django/
description: This quick-start guide demonstrates how to use Docker Compose to set up and run a simple Django/PostgreSQL app.
dev_env: false
services:
- django
- python
- postgres
- title: Compose and WordPress
url: https://github.com/docker/awesome-compose/blob/master/official-documentation-samples/wordpress/
description: This quick-start guide demonstrates how to use Compose to set up and run WordPress.
dev_env: false
services:
- wordpress
- mariadb
- postgres

View File

@ -1138,7 +1138,7 @@ samples:
title: .NET title: .NET
- path: /samples/angular/ - path: /samples/angular/
title: Angular title: Angular
- path: /samples/django-sample/ - path: /samples/django/
title: Django title: Django
- path: /samples/express/ - path: /samples/express/
title: Express title: Express
@ -1150,6 +1150,8 @@ samples:
title: Node.js title: Node.js
- path: /samples/react/ - path: /samples/react/
title: React title: React
- path: /samples/rails/
title: Rails
- path: /samples/spark/ - path: /samples/spark/
title: Spark title: Spark
- path: /samples/spring/ - path: /samples/spring/
@ -1168,6 +1170,8 @@ samples:
title: PHP title: PHP
- path: /samples/python/ - path: /samples/python/
title: Python title: Python
- path: /samples/ruby/
title: Ruby
- path: /samples/rust/ - path: /samples/rust/
title: Rust title: Rust
- path: /samples/typescript/ - path: /samples/typescript/
@ -1182,7 +1186,7 @@ samples:
title: Portainer title: Portainer
- path: /samples/prometheus/ - path: /samples/prometheus/
title: Prometheus title: Prometheus
- path: /samples/wordpress-sample/ - path: /samples/wordpress/
title: WordPress title: WordPress
- sectiontitle: Other services - sectiontitle: Other services
section: section:

View File

@ -2,8 +2,6 @@
title: Django samples title: Django samples
description: Docker samples for Django. description: Docker samples for Django.
service: django service: django
redirect_from:
- /samples/django/
--- ---
{% include_relative samples-body.md %} {% include_relative samples-body.md %}

View File

@ -13,13 +13,13 @@ Learn how to containerize different types of services by walking through Officia
[MariaDB](../samples/mariadb.md) \| [MongoDB](../samples/mongodb.md) \| [MS-SQL](../samples/ms-sql.md) \| [MySQL](../samples/mysql.md) \| [PostgreSQL](../samples/postgres.md) \| [Redis](../samples/redis.md) [MariaDB](../samples/mariadb.md) \| [MongoDB](../samples/mongodb.md) \| [MS-SQL](../samples/ms-sql.md) \| [MySQL](../samples/mysql.md) \| [PostgreSQL](../samples/postgres.md) \| [Redis](../samples/redis.md)
## Frameworks ## Frameworks
[.NET](../samples/dotnet.md) \| [Angular](../samples/angular.md) \| [Django](../samples/django-sample.md) \| [Express](../samples/express.md) \|[FastAPI](../samples/fastapi.md) \| [Flask](../samples/flask.md) \| [Node.js](../samples/nodejs.md) \| [React](../samples/react.md) \| [Spark](../samples/spark.md) \| [Spring Boot](../samples/spring.md) \| [Vue.js](../samples/vuejs.md) [.NET](../samples/dotnet.md) \| [Angular](../samples/angular.md) \| [Django](../samples/django.md) \| [Express](../samples/express.md) \|[FastAPI](../samples/fastapi.md) \| [Flask](../samples/flask.md) \| [Node.js](../samples/nodejs.md) \| [React](../samples/react.md) \| [Rails](../samples/rails.md) \| [Spark](../samples/spark.md) \| [Spring Boot](../samples/spring.md) \| [Vue.js](../samples/vuejs.md)
## Languages ## Languages
[Go](../samples/go.md) \| [Java](../samples/java.md) \| [JavaScript](../samples/javascript.md) \| [PHP](../samples/php.md) \| [Python](../samples/python.md) \| [Rust](../samples/rust.md) \| [TypeScript](../samples/typescript.md) [Go](../samples/go.md) \| [Java](../samples/java.md) \| [JavaScript](../samples/javascript.md) \| [PHP](../samples/php.md) \| [Python](../samples/python.md) \| [Ruby](../samples/ruby.md) \| [Rust](../samples/rust.md) \| [TypeScript](../samples/typescript.md)
## Platforms ## Platforms
[Gitea](../samples/gitea.md) \| [Nextcloud](../samples/nextcloud.md) \| [Portainer](../samples/portainer.md) \| [Prometheus](../samples/prometheus.md) \| [WordPress](../samples/wordpress-sample.md) [Gitea](../samples/gitea.md) \| [Nextcloud](../samples/nextcloud.md) \| [Portainer](../samples/portainer.md) \| [Prometheus](../samples/prometheus.md) \| [WordPress](../samples/wordpress.md)
## Other services ## Other services
[Cloudflared](../samples/cloudflared.md) \| [Elasticsearch / Logstash / Kibana](../samples/elasticsearch.md) \| [Minecraft](../samples/minecraft.md) \| [NGINX](../samples/nginx.md) \| [Pi-hole](../samples/pi-hole.md) \| [Plex](../samples/plex.md) \| [Traefik](../samples/traefik.md) \| [WireGuard](../samples/wireguard.md) [Cloudflared](../samples/cloudflared.md) \| [Elasticsearch / Logstash / Kibana](../samples/elasticsearch.md) \| [Minecraft](../samples/minecraft.md) \| [NGINX](../samples/nginx.md) \| [Pi-hole](../samples/pi-hole.md) \| [Plex](../samples/plex.md) \| [Traefik](../samples/traefik.md) \| [WireGuard](../samples/wireguard.md)

8
samples/rails.md Normal file
View File

@ -0,0 +1,8 @@
---
title: Rails samples
description: Docker samples for Rails.
service: rails
---
{% include_relative samples-body.md %}

8
samples/ruby.md Normal file
View File

@ -0,0 +1,8 @@
---
title: Ruby samples
description: Docker samples for Ruby.
service: ruby
---
{% include_relative samples-body.md %}