Skip to content

Commit 18f59bd

Browse files
gloursndeloof
authored andcommitted
remove references to Dev Environments feature
Signed-off-by: Guillaume Lours <[email protected]>
1 parent fa1788d commit 18f59bd

File tree

50 files changed

+26
-916
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+26
-916
lines changed

README.md

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,58 +18,54 @@ These samples provide a starting point for how to integrate different services u
1818

1919
## Samples of Docker Compose applications with multiple integrated services
2020

21-
<a href="https://docs.docker.com/desktop/dev-environments/"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a> Icon indicates Sample is compatible with [Docker Dev Environments](https://docs.docker.com/desktop/dev-environments/) in Docker Desktop version 4.10 or later.
22-
2321
<a href="https://docs.docker.com/desktop/wasm/"><img src="icon_wasm.svg" alt="Docker + wasm" height="30" align="top"/></a> Icon indicates Sample is compatible with [Docker+Wasm](https://docs.docker.com/desktop/wasm/).
2422

2523
- [`ASP.NET / MS-SQL`](aspnet-mssql) - Sample ASP.NET core application
2624
with MS SQL server database.
2725
- [`Elasticsearch / Logstash / Kibana`](elasticsearch-logstash-kibana) - Sample Elasticsearch, Logstash, and Kibana stack.
2826
- [`Go / NGINX / MySQL`](nginx-golang-mysql) - Sample Go application
29-
with an Nginx proxy and a MySQL database.&nbsp;<a href="nginx-golang-mysql"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
27+
with an Nginx proxy and a MySQL database.
3028
- [`Go / NGINX / PostgreSQL`](nginx-golang-postgres) - Sample Go
31-
application with an Nginx proxy and a PostgreSQL database.&nbsp;<a href="nginx-golang-postgres"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
29+
application with an Nginx proxy and a PostgreSQL database.
3230
- [`Java Spark / MySQL`](sparkjava-mysql) - Sample Java application and
33-
a MySQL database.&nbsp;<a href="sparkjava-mysql"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
34-
- [`NGINX / ASP.NET / MySQL`](nginx-aspnet-mysql) - Sample Nginx reverse proxy with an C# backend using ASP.NET&nbsp;<a href="nginx-aspnet-mysql"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
31+
a MySQL database.
32+
- [`NGINX / ASP.NET / MySQL`](nginx-aspnet-mysql) - Sample Nginx reverse proxy with an C# backend using ASP.NET.
3533
- [`NGINX / Flask / MongoDB`](nginx-flask-mongo) - Sample Python/Flask
36-
application with Nginx proxy and a Mongo database.&nbsp;<a href="nginx-flask-mongo"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
34+
application with Nginx proxy and a Mongo database.
3735
- [`NGINX / Flask / MySQL`](nginx-flask-mysql) - Sample Python/Flask application with an Nginx proxy and a MySQL database.
38-
- [`NGINX / Node.js / Redis`](nginx-nodejs-redis) - Sample Node.js application with Nginx proxy and a Redis database
39-
- [`NGINX / Go`](nginx-golang) - Sample Nginx proxy with a Go backend.&nbsp;<a href="nginx-golang"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
36+
- [`NGINX / Node.js / Redis`](nginx-nodejs-redis) - Sample Node.js application with Nginx proxy and a Redis database.
37+
- [`NGINX / Go`](nginx-golang) - Sample Nginx proxy with a Go backend.
4038
- [`NGINX / WSGI / Flask`](nginx-wsgi-flask) - Sample Nginx reverse proxy with a Flask backend using WSGI.
41-
- [`PostgreSQL / pgAdmin`](postgresql-pgadmin) - Sample setup for postgreSQL database with pgAdmin web interface
42-
- [`Python / Flask / Redis`](flask-redis) - Sample Python/Flask and a Redis database&nbsp;<a href="flask-redis"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
39+
- [`PostgreSQL / pgAdmin`](postgresql-pgadmin) - Sample setup for postgreSQL database with pgAdmin web interface.
40+
- [`Python / Flask / Redis`](flask-redis) - Sample Python/Flask and a Redis database.
4341
- [`React / Spring / MySQL`](react-java-mysql) - Sample React
44-
application with a Spring backend and a MySQL database.&nbsp;<a href="react-java-mysql"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
42+
application with a Spring backend and a MySQL database.
4543
- [`React / Express / MySQL`](react-express-mysql) - Sample React
46-
application with a Node.js backend and a MySQL database.&nbsp;<a href="react-express-mysql"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
44+
application with a Node.js backend and a MySQL database.
4745
- [`React / Express / MongoDB`](react-express-mongodb) - Sample React
48-
application with a Node.js backend and a Mongo database.&nbsp;<a href="react-express-mongodb"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
46+
application with a Node.js backend and a Mongo database.
4947
- [`React / Rust / PostgreSQL`](react-rust-postgres) - Sample React
50-
application with a Rust backend and a Postgres database.&nbsp;<a href="react-rust-postgres"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
51-
- [`React / Nginx`](react-nginx) - Sample React application with Nginx.&nbsp;<a href="react-nginx"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
48+
application with a Rust backend and a Postgres database.
49+
- [`React / Nginx`](react-nginx) - Sample React application with Nginx.
5250
- [`Spring / PostgreSQL`](spring-postgres) - Sample Java application
53-
with Spring framework and a Postgres database.&nbsp;<a href="spring-postgres"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
51+
with Spring framework and a Postgres database.
5452
- [`WasmEdge / MySQL / Nginx`](wasmedge-mysql-nginx) - Sample Wasm-based web application with a static HTML frontend, using a MySQL (MariaDB) database. The frontend connects to a Wasm microservice written in Rust, that runs using the WasmEdge runtime.&nbsp;<a href="wasmedge-mysql-nginx"><img src="icon_wasm.svg" alt="Compatible with Docker+wasm" height="30" align="top"/></a>
5553
- [`WasmEdge / Kafka / MySQL`](wasmedge-kafka-mysql) - Sample Wasm-based microservice that subscribes to a Kafka (Redpanda) queue topic, and transforms and saves any incoming message into a MySQL (MariaDB) database.&nbsp;<a href="wasmedge-kafka-mysql"><img src="icon_wasm.svg" alt="Compatible with Docker+wasm" height="30" align="top"/></a>
5654

5755
## Single service samples
5856

59-
<a href="https://docs.docker.com/desktop/dev-environments/"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a> Icon indicates Sample is compatible with [Docker Dev Environments](https://docs.docker.com/desktop/dev-environments/) in Docker Desktop version 4.10 or later.
60-
61-
- [`Angular`](angular)&nbsp;<a href="angular"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
62-
- [`Spark`](sparkjava)&nbsp;<a href="sparkjava"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
63-
- [`VueJS`](vuejs)&nbsp;<a href="vuejs"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
64-
- [`Flask`](flask)&nbsp;<a href="flask"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
65-
- [`PHP`](apache-php)&nbsp;<a href="apache-php"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
66-
- [`Traefik`](traefik-golang)&nbsp;<a href="traefik-golang"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
67-
- [`Django`](django)&nbsp;<a href="django"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
57+
- [`Angular`](angular)
58+
- [`Spark`](sparkjava)
59+
- [`VueJS`](vuejs)
60+
- [`Flask`](flask)
61+
- [`PHP`](apache-php)
62+
- [`Traefik`](traefik-golang)
63+
- [`Django`](django)
6864
- [`Minecraft server`](https://github.com/docker/awesome-compose/tree/master/minecraft)
6965
- [`Plex`](https://github.com/docker/awesome-compose/tree/master/plex)
7066
- [`Portainer`](https://github.com/docker/awesome-compose/tree/master/portainer)
7167
- [`Wireguard`](https://github.com/docker/awesome-compose/tree/master/wireguard)
72-
- [`FastAPI`](fastapi)&nbsp;<a href="fastapi#use-with-docker-development-environments"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
68+
- [`FastAPI`](fastapi)
7369

7470
## Basic setups for different platforms (not production ready - useful for personal use)
7571

angular/.docker/docker-compose.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

angular/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
## Compose sample
2-
3-
### Use with Docker Development Environments
4-
5-
You can open this sample in the Dev Environments feature of Docker Desktop version 4.12 or later.
6-
7-
[Open in Docker Dev Environments <img src="../open_in_new.svg" alt="Open in Docker Dev Environments" align="top"/>](https://open.docker.com/dashboard/dev-envs?url=https://github.com/docker/awesome-compose/tree/master/angular)
8-
92
### Angular service
103

114
Project structure:

apache-php/.docker/docker-compose.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

apache-php/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
## Compose sample application
2-
3-
### Use with Docker Development Environments
4-
5-
You can open this sample in the Dev Environments feature of Docker Desktop version 4.12 or later.
6-
7-
[Open in Docker Dev Environments <img src="../open_in_new.svg" alt="Open in Docker Dev Environments" align="top"/>](https://open.docker.com/dashboard/dev-envs?url=https://github.com/docker/awesome-compose/tree/master/apache-php)
8-
92
### PHP application with Apache2
103

114
Project structure:

django/.docker/docker-compose.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

django/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
## Compose sample application
2-
3-
### Use with Docker Development Environments
4-
5-
You can open this sample in the Dev Environments feature of Docker Desktop version 4.12 or later.
6-
7-
[Open in Docker Dev Environments <img src="../open_in_new.svg" alt="Open in Docker Dev Environments" align="top"/>](https://open.docker.com/dashboard/dev-envs?url=https://github.com/docker/awesome-compose/tree/master/django)
8-
92
### Django application in dev mode
103

114
Project structure:

fastapi/.docker/docker-compose.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

fastapi/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
## Compose sample application
2-
3-
### Use with Docker Development Environments
4-
5-
You can open this sample in the Dev Environments feature of Docker Desktop version 4.12 or later.
6-
7-
[Open in Docker Dev Environments <img src="../open_in_new.svg" alt="Open in Docker Dev Environments" align="top"/>](https://open.docker.com/dashboard/dev-envs?url=https://github.com/docker/awesome-compose/tree/master/fastapi)
8-
92
### Python/FastAPI application
103

114
Project structure:

flask-redis/.docker/docker-compose.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)