|
57 | 57 | 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
|
58 | 58 |
|
59 | 59 |
|
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 | + |
78 | 115 |
|
79 | 116 | ### 🧐 Monitoring
|
80 | 117 |
|
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> |
82 | 122 |
|
83 | 123 | ### 📝 Logging
|
84 | 124 |
|
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> |
87 | 129 |
|
88 | 130 |
|
89 | 131 | ### 🧪 Testing Tools
|
90 | 132 |
|
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> |
92 | 136 |
|
93 | 137 |
|
94 | 138 | ### 🌐 Networking
|
95 | 139 |
|
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> |
98 | 144 |
|
99 | 145 |
|
100 | 146 | ### 🔐 Security
|
101 | 147 |
|
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> |
104 | 152 |
|
105 | 153 |
|
106 | 154 |
|
|
0 commit comments