Skip to content

Commit faf5f06

Browse files
authored
Update README.md
1 parent 190b053 commit faf5f06

File tree

1 file changed

+74
-26
lines changed

1 file changed

+74
-26
lines changed

README.md

Lines changed: 74 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -57,50 +57,98 @@
5757
We recommend you to visit [Docker Awesome Compose Repository](https://github.com/docker/awesome-compose) in order to find the Compose files for running sample apps
5858

5959

60-
### 🔖 Web Framework
61-
62-
- [WordPress + MySQL + Docker Swarm](./solution/wordpress/README.md)
63-
- [Docker + Django + PostgreSQL](./solution/django-postgres/readme.md)
64-
- [Docker + Gomodule](./beginners/httpserver_go_module_and_docker.md)
65-
- [Docker + Voting App](./play-with-docker/example-voting-app/README.md)
66-
- [Spring + PostgreSQL](https://github.com/docker/awesome-compose/tree/master/spring-postgres)
67-
- [React + Nginx](https://github.com/docker/awesome-compose/tree/master/react-nginx)
68-
- [Python + Flask + Redis](https://github.com/docker/awesome-compose/tree/master/flask-redis)
69-
- [React + Spring + MySQL](https://github.com/docker/awesome-compose/tree/master/react-java-mysql)
70-
- [React + Express + MySQL](https://github.com/docker/awesome-compose/tree/master/react-express-mysql)
71-
- [React + Express + MongoDB](https://github.com/docker/awesome-compose/tree/master/react-express-mongodb)
72-
- [React + Rust + PostgreSQL](https://github.com/docker/awesome-compose/tree/master/react-rust-postgres)
73-
- [NGINX + Flask + MongoDB](https://github.com/docker/awesome-compose/tree/master/nginx-flask-mongo)
74-
- [Go + NGINX + MySQL](https://github.com/docker/awesome-compose/tree/master/nginx-golang-mysql)
75-
- [Go + NGINX + PostgreSQL](https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres)
76-
- [Java Spark + MySQL](https://github.com/docker/awesome-compose/tree/master/sparkjava-mysql)
77-
- [NGINX + ASP.NET + MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-aspnet-mysql)
60+
# 🔖 Web Framework
61+
62+
63+
| Python/Django |
64+
|:-------------|
65+
| [Docker + Django + PostgreSQL](./solution/django-postgres/readme.md) |
66+
| [Python + Flask + Redis](https://github.com/docker/awesome-compose/tree/master/flask-redis) |<br>
67+
68+
<br>
69+
70+
| Reactjs |
71+
|:-------------|
72+
| [React + Spring + MySQL](https://github.com/docker/awesome-compose/tree/master/react-java-mysql) |
73+
| [React + Express + MySQL](https://github.com/docker/awesome-compose/tree/master/react-express-mysql) |
74+
| [React + Express + MongoDB](https://github.com/docker/awesome-compose/tree/master/react-express-mongodb) |
75+
| [React + Rust + PostgreSQL](https://github.com/docker/awesome-compose/tree/master/react-rust-postgres) |
76+
| [React + Nginx](https://github.com/docker/awesome-compose/tree/master/react-nginx) |<br>
77+
78+
<br>
79+
80+
| Golang |
81+
|:-------------|
82+
| [Go + NGINX + MySQL](https://github.com/docker/awesome-compose/tree/master/nginx-golang-mysql) |
83+
| [Go + NGINX + PostgreSQL](https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres) |
84+
| [Docker + Gomodule](./beginners/httpserver_go_module_and_docker.md) |
85+
86+
<br>
87+
88+
89+
| Java / Spring Boot |
90+
|:-------------|
91+
| [Spring + PostgreSQL](https://github.com/docker/awesome-compose/tree/master/spring-postgres) |
92+
| [Java Spark + MySQL](https://github.com/docker/awesome-compose/tree/master/sparkjava-mysql) | <br>
93+
94+
<br>
95+
96+
97+
# Database
98+
99+
100+
| PostgreSQL |
101+
|:-------------|
102+
| [Docker + Django + PostgreSQL](./solution/django-postgres/readme.md) | <br>
103+
104+
105+
| MongoDB|
106+
|:-------------|
107+
| [NGINX + Flask + MongoDB](https://github.com/docker/awesome-compose/tree/master/nginx-flask-mongo) | <br>
108+
109+
110+
| MySQL |
111+
|:-------------|
112+
| [NGINX + ASP.NET + MySQL`](https://github.com/docker/awesome-compose/tree/master/nginx-aspnet-mysql) | <br>
113+
114+
78115

79116
### 🧐 Monitoring
80117

81-
- [Docker + Prometheus Stack + Docker Swarm](./play-with-docker/docker-prometheus-swarm/README.md)
118+
119+
| Prometheus |
120+
|:-------------|
121+
| [Docker + Prometheus Stack + Docker Swarm](./play-with-docker/docker-prometheus-swarm/README.md) | <br>
82122

83123
### 📝 Logging
84124

85-
- [Docker + Elasticsearch + Logstash + Kibana + Docker Swarm](./play-with-docker/ELK/README.md)
86-
- [Elasticsearch + Logstash + Kibana](https://github.com/docker/awesome-compose/tree/master/elasticsearch-logstash-kibana)
125+
| Elastic |
126+
|:-------------|
127+
| [Docker + Elasticsearch + Logstash + Kibana + Docker Swarm](./play-with-docker/ELK/README.md) |
128+
| [Elasticsearch + Logstash + Kibana](https://github.com/docker/awesome-compose/tree/master/elasticsearch-logstash-kibana) | <br>
87129

88130

89131
### 🧪 Testing Tools
90132

91-
- [Docker + Apache Jmeter + Docker Swarm Mode](./play-with-docker/jmeter-docker/README.md)
133+
| Apache JMeter |
134+
|:-------------|
135+
| [Docker + Apache Jmeter + Docker Swarm Mode](./play-with-docker/jmeter-docker/README.md) | <br>
92136

93137

94138
### 🌐 Networking
95139

96-
- [Docker + MacVLAN](./play-with-docker/macvlan/README.md)
97-
- [Docker + Docker Compose & IPv6](./play-with-docker/ipv6/README.md)
140+
| MacVLAN |
141+
|:-------------|
142+
| [Docker + MacVLAN](./play-with-docker/macvlan/README.md) |
143+
| [Docker + Docker Compose & IPv6](./play-with-docker/ipv6/README.md) | <br>
98144

99145

100146
### 🔐 Security
101147

102-
- [Introduction to Docker Security]((./advanced/workshop/README.md) )
103-
- [Running Containers as ROOT](./security/Running-Containers-as-ROOT.md)
148+
| Docker Security |
149+
|:-------------|
150+
| [Introduction to Docker Security]((./advanced/workshop/README.md) )|
151+
| [Running Containers as ROOT](./security/Running-Containers-as-ROOT.md) | <br>
104152

105153

106154

0 commit comments

Comments
 (0)