mirror of https://github.com/docker/docs.git
remove dev env links from samples (#20083)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
13e73419fb
commit
ab999d06b3
|
@ -3,14 +3,12 @@ samples:
|
|||
- title: ASP.NET / MS-SQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/aspnet-mssql
|
||||
description: A sample ASP.NET core application with MS SQL server database.
|
||||
dev_env: false
|
||||
services:
|
||||
- .net
|
||||
- ms-sql
|
||||
- title: Elasticsearch / Logstash / Kibana
|
||||
url: https://github.com/docker/awesome-compose/tree/master/elasticsearch-logstash-kibana
|
||||
description: A sample Elasticsearch, Logstash, and Kibana stack.
|
||||
dev_env: false
|
||||
services:
|
||||
- elasticsearch
|
||||
- logstash
|
||||
|
@ -19,7 +17,6 @@ samples:
|
|||
- title: Go / NGINX / MySQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/nginx-golang-mysql
|
||||
description: A sample Go application with an Nginx proxy and a MySQL database.
|
||||
dev_env: true
|
||||
services:
|
||||
- go
|
||||
- nginx
|
||||
|
@ -27,7 +24,6 @@ samples:
|
|||
- title: Go / NGINX / PostgreSQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres
|
||||
description: A sample Go application with an Nginx proxy and a PostgreSQL database.
|
||||
dev_env: true
|
||||
services:
|
||||
- go
|
||||
- nginx
|
||||
|
@ -35,7 +31,6 @@ samples:
|
|||
- title: Java Spark / MySQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/sparkjava-mysql
|
||||
description: A sample Java application and a MySQL database.
|
||||
dev_env: true
|
||||
services:
|
||||
- spark
|
||||
- java
|
||||
|
@ -43,7 +38,6 @@ samples:
|
|||
- title: NGINX / ASP.NET / MySQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/nginx-aspnet-mysql
|
||||
description: A sample Nginx reverse proxy with an C# backend using ASP.NET.
|
||||
dev_env: true
|
||||
services:
|
||||
- nginx
|
||||
- .net
|
||||
|
@ -51,7 +45,6 @@ samples:
|
|||
- title: NGINX / Flask / MongoDB
|
||||
url: https://github.com/docker/awesome-compose/tree/master/nginx-flask-mongo
|
||||
description: A sample Python/Flask application with Nginx proxy and a Mongo database.
|
||||
dev_env: true
|
||||
services:
|
||||
- nginx
|
||||
- flask
|
||||
|
@ -60,7 +53,6 @@ samples:
|
|||
- title: NGINX / Flask / MySQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/nginx-flask-mysql
|
||||
description: A sample Python/Flask application with an Nginx proxy and a MySQL database.
|
||||
dev_env: false
|
||||
services:
|
||||
- nginx
|
||||
- flask
|
||||
|
@ -69,7 +61,6 @@ samples:
|
|||
- title: NGINX / Node.js / Redis
|
||||
url: https://github.com/docker/awesome-compose/tree/master/nginx-nodejs-redis
|
||||
description: A sample Node.js application with Nginx proxy and a Redis database.
|
||||
dev_env: false
|
||||
services:
|
||||
- nginx
|
||||
- nodejs
|
||||
|
@ -78,14 +69,12 @@ samples:
|
|||
- title: NGINX / Go
|
||||
url: https://github.com/docker/awesome-compose/tree/master/nginx-golang
|
||||
description: A sample Nginx proxy with a Go backend.
|
||||
dev_env: true
|
||||
services:
|
||||
- nginx
|
||||
- go
|
||||
- title: NGINX / WSGI / Flask
|
||||
url: https://github.com/docker/awesome-compose/tree/master/nginx-wsgi-flask
|
||||
description: A sample Nginx reverse proxy with a Flask backend using WSGI.
|
||||
dev_env: false
|
||||
services:
|
||||
- nginx
|
||||
- flask
|
||||
|
@ -94,14 +83,12 @@ samples:
|
|||
- title: PostgreSQL / pgAdmin
|
||||
url: https://github.com/docker/awesome-compose/tree/master/postgresql-pgadmin
|
||||
description: A sample setup for postgreSQL database with pgAdmin web interface.
|
||||
dev_env: false
|
||||
services:
|
||||
- postgresql
|
||||
- pgadmin
|
||||
- title: Python / Flask / Redis
|
||||
url: https://github.com/docker/awesome-compose/tree/master/flask-redis
|
||||
description: A sample Python/Flask and a Redis database.
|
||||
dev_env: true
|
||||
services:
|
||||
- python
|
||||
- flask
|
||||
|
@ -109,7 +96,6 @@ samples:
|
|||
- title: React / Spring / MySQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/react-java-mysql
|
||||
description: A sample React application with a Spring backend and a MySQL database.
|
||||
dev_env: true
|
||||
services:
|
||||
- react
|
||||
- spring
|
||||
|
@ -119,7 +105,6 @@ samples:
|
|||
- title: React / Express / MySQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/react-express-mysql
|
||||
description: A sample React application with a Node.js backend and a MySQL database.
|
||||
dev_env: true
|
||||
services:
|
||||
- react
|
||||
- javascript
|
||||
|
@ -129,7 +114,6 @@ samples:
|
|||
- title: React / Express / MongoDB
|
||||
url: https://github.com/docker/awesome-compose/tree/master/react-express-mongodb
|
||||
description: A sample React application with a Node.js backend and a Mongo database.
|
||||
dev_env: true
|
||||
services:
|
||||
- react
|
||||
- javascript
|
||||
|
@ -139,7 +123,6 @@ samples:
|
|||
- title: React / Rust / PostgreSQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/react-rust-postgres
|
||||
description: A sample React application with a Rust backend and a Postgres database.
|
||||
dev_env: true
|
||||
services:
|
||||
- react
|
||||
- rust
|
||||
|
@ -148,7 +131,6 @@ samples:
|
|||
- title: React / NGINX
|
||||
url: https://github.com/docker/awesome-compose/tree/master/react-nginx
|
||||
description: A sample React application with Nginx.
|
||||
dev_env: true
|
||||
services:
|
||||
- react
|
||||
- javascript
|
||||
|
@ -156,7 +138,6 @@ samples:
|
|||
- title: Spring / PostgreSQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/spring-postgres
|
||||
description: A sample Java application with Spring framework and a Postgres database.
|
||||
dev_env: true
|
||||
services:
|
||||
- java
|
||||
- spring
|
||||
|
@ -164,100 +145,85 @@ samples:
|
|||
- title: Angular
|
||||
url: https://github.com/docker/awesome-compose/tree/master/angular
|
||||
description: A sample Angular application.
|
||||
dev_env: true
|
||||
services:
|
||||
- angular
|
||||
- typescript
|
||||
- title: Spark
|
||||
url: https://github.com/docker/awesome-compose/tree/master/sparkjava
|
||||
description: A sample Spark application.
|
||||
dev_env: true
|
||||
services:
|
||||
- spark
|
||||
- java
|
||||
- title: VueJS
|
||||
url: https://github.com/docker/awesome-compose/tree/master/vuejs
|
||||
description: A sample Vue.jus application.
|
||||
dev_env: true
|
||||
services:
|
||||
- vuejs
|
||||
- javascript
|
||||
- title: Flask
|
||||
url: https://github.com/docker/awesome-compose/tree/master/flask
|
||||
description: A sample Flask application.
|
||||
dev_env: true
|
||||
services:
|
||||
- flask
|
||||
- python
|
||||
- title: PHP
|
||||
url: https://github.com/docker/awesome-compose/tree/master/apache-php
|
||||
description: A sample PHP application.
|
||||
dev_env: true
|
||||
services:
|
||||
- php
|
||||
- title: Traefik
|
||||
url: https://github.com/docker/awesome-compose/tree/master/traefik-golang
|
||||
description: A sample Traefik proxy with a Go backend.
|
||||
dev_env: true
|
||||
services:
|
||||
- traefik
|
||||
- go
|
||||
- title: Django
|
||||
url: https://github.com/docker/awesome-compose/tree/master/django
|
||||
description: A sample Django application.
|
||||
dev_env: true
|
||||
services:
|
||||
- django
|
||||
- python
|
||||
- title: Minecraft server
|
||||
url: https://github.com/docker/awesome-compose/tree/master/minecraft
|
||||
description: A sample Minecraft server.
|
||||
dev_env: false
|
||||
services:
|
||||
- minecraft
|
||||
- title: Plex
|
||||
url: https://github.com/docker/awesome-compose/tree/master/plex
|
||||
description: A sample Plex setup.
|
||||
dev_env: false
|
||||
services:
|
||||
- plex
|
||||
- title: Portainer
|
||||
url: https://github.com/docker/awesome-compose/tree/master/portainer
|
||||
description: A sample Portainer setup.
|
||||
dev_env: false
|
||||
services:
|
||||
- portainer
|
||||
- title: Wireguard
|
||||
url: https://github.com/docker/awesome-compose/tree/master/wireguard
|
||||
description: A sample Wireguard setup.
|
||||
dev_env: false
|
||||
services:
|
||||
- wireguard
|
||||
- title: FastAPI
|
||||
url: https://github.com/docker/awesome-compose/tree/master/fastapi
|
||||
description: A sample FastAPI application.
|
||||
dev_env: true
|
||||
services:
|
||||
- python
|
||||
- fastapi
|
||||
- title: Gitea / PostgreSQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/gitea-postgres
|
||||
description: A sample setup for Gitea.
|
||||
dev_env: false
|
||||
services:
|
||||
- gitea
|
||||
- popstgresql
|
||||
- title: Nextcloud / PostgreSQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/nextcloud-postgres
|
||||
description: A sample Nextcloud setup.
|
||||
dev_env: false
|
||||
services:
|
||||
- nextcloud
|
||||
- postgresql
|
||||
- title: Nextcloud / Redis / MariaDB
|
||||
url: https://github.com/docker/awesome-compose/tree/master/nextcloud-redis-mariadb
|
||||
description: A sample Nextcloud setup.
|
||||
dev_env: false
|
||||
services:
|
||||
- nextcloud
|
||||
- mariadb
|
||||
|
@ -265,21 +231,18 @@ samples:
|
|||
- title: Pi-hole / cloudflared
|
||||
url: https://github.com/docker/awesome-compose/tree/master/pihole-cloudflared-DoH
|
||||
description: A sample Pi-hole setup with use of DoH cloudflared service.
|
||||
dev_env: false
|
||||
services:
|
||||
- pi-hole
|
||||
- cloudflared
|
||||
- title: Prometheus / Grafana
|
||||
url: https://github.com/docker/awesome-compose/tree/master/prometheus-grafana
|
||||
description: A sample Prometheus and Grafana stack.
|
||||
dev_env: false
|
||||
services:
|
||||
- prometheus
|
||||
- grafana
|
||||
- title: WordPress / MySQL
|
||||
url: https://github.com/docker/awesome-compose/tree/master/wordpress-mysql
|
||||
description: A sample WordPress setup.
|
||||
dev_env: false
|
||||
services:
|
||||
- wordpress
|
||||
- mysql
|
||||
|
@ -287,7 +250,6 @@ samples:
|
|||
- title: example-voting-app
|
||||
url: https://github.com/dockersamples/example-voting-app
|
||||
description: A sample Docker Compose app.
|
||||
dev_env: false
|
||||
services:
|
||||
- python
|
||||
- nodejs
|
||||
|
@ -299,13 +261,11 @@ samples:
|
|||
- title: docker-swarm-visualizer
|
||||
url: https://github.com/dockersamples/docker-swarm-visualizer
|
||||
description: A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3.
|
||||
dev_env: false
|
||||
services:
|
||||
- javascript
|
||||
- title: atsea-sample-shop-app
|
||||
url: https://github.com/dockersamples/atsea-sample-shop-app
|
||||
description: A sample app that uses a Java Spring Boot backend connected to a database to display a fictitious art shop with a React front-end.
|
||||
dev_env: false
|
||||
services:
|
||||
- java
|
||||
- spring
|
||||
|
@ -316,7 +276,6 @@ samples:
|
|||
- title: wordsmith
|
||||
url: https://github.com/dockersamples/wordsmith
|
||||
description: A demo app that runs three containers, including PostgreSQL, Java, and Go.
|
||||
dev_env: false
|
||||
services:
|
||||
- postgresql
|
||||
- java
|
||||
|
@ -324,7 +283,6 @@ samples:
|
|||
- title: dotnet-album-viewer
|
||||
url: https://github.com/dockersamples/dotnet-album-viewer
|
||||
description: West Wind Album Viewer ASP.NET Core and Angular sample.
|
||||
dev_env: false
|
||||
services:
|
||||
- angular
|
||||
- typescript
|
||||
|
@ -335,7 +293,6 @@ samples:
|
|||
- title: aspnet-monitoring
|
||||
url: https://github.com/dockersamples/aspnet-monitoring
|
||||
description: Monitoring ASP.NET Fx applications in Windows Docker containers, using Prometheus.
|
||||
dev_env: false
|
||||
services:
|
||||
- .net
|
||||
- prometheus
|
||||
|
@ -344,19 +301,16 @@ samples:
|
|||
- title: linux_tweet_app
|
||||
url: https://github.com/dockersamples/linux_tweet_app
|
||||
description: A very simple webapp based on NGINX.
|
||||
dev_env: false
|
||||
services:
|
||||
- nginx
|
||||
- title: gopher-task-system
|
||||
url: https://github.com/dockersamples/gopher-task-system
|
||||
description: A Task System using Go Docker SDK.
|
||||
dev_env:
|
||||
services:
|
||||
- go
|
||||
- title: link-shortener-typescript
|
||||
url: https://github.com/dockersamples/link-shortener-typescript
|
||||
description: A Simple URL Shortener built using TypeScript and Nest.js powered with Docker.
|
||||
dev_env: false
|
||||
services:
|
||||
- typescript
|
||||
- nestjs
|
||||
|
@ -364,7 +318,6 @@ samples:
|
|||
- title: slack-clone-docker
|
||||
url: https://github.com/dockersamples/slack-clone-docker
|
||||
description: A sample Slack Clone app built with the MERN stack.
|
||||
dev_env: false
|
||||
services:
|
||||
- mongodb
|
||||
- express
|
||||
|
@ -374,7 +327,6 @@ samples:
|
|||
- title: Compose and Rails
|
||||
url: https://github.com/docker/awesome-compose/tree/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
|
||||
|
@ -382,7 +334,6 @@ samples:
|
|||
- title: Compose and Django
|
||||
url: https://github.com/docker/awesome-compose/tree/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
|
||||
|
@ -390,7 +341,6 @@ samples:
|
|||
- title: Compose and WordPress
|
||||
url: https://github.com/docker/awesome-compose/tree/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
|
||||
|
@ -398,7 +348,6 @@ samples:
|
|||
- title: AI/ML with Docker
|
||||
url: https://github.com/docker/genai-stack
|
||||
description: Get started with AI and ML using Docker, Neo4j, LangChain, and Ollama
|
||||
dev_env: false
|
||||
services:
|
||||
- python
|
||||
- aiml
|
|
@ -8,24 +8,11 @@
|
|||
{{ with .Title }}
|
||||
<h1 class="scroll-mt-36">{{ . }}</h1>
|
||||
{{ end }}
|
||||
<blockquote>
|
||||
<p><strong>Note</strong></p>
|
||||
<p>
|
||||
Samples compatible with
|
||||
<a href="{{ absURL "/desktop/dev-environments/" }}"
|
||||
>Docker Dev Environments</a
|
||||
>
|
||||
require
|
||||
<a href="{{ absURL "/get-docker/" }}">Docker Desktop</a>
|
||||
version 4.10 or later.
|
||||
</p>
|
||||
</blockquote>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Description</th>
|
||||
<th>Docker Dev Environment (if compatible)</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -34,11 +21,6 @@
|
|||
<tr>
|
||||
<td>{{ printf "[%s](%s)" .title .url | markdownify }}</td>
|
||||
<td>{{ .description }}</td>
|
||||
<td>
|
||||
{{ if .dev_env }}
|
||||
{{ printf "[Open in Docker Dev Environment](https://open.docker.com/dashboard/dev-envs?url=%s)" .url | markdownify }}
|
||||
{{ end }}
|
||||
</td>
|
||||
</tr>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in New Issue