Signed-off-by: Mary Anthony <mary@docker.com>
| ... | ... |
@@ -22,8 +22,8 @@ applications and databases. |
| 22 | 22 |
|
| 23 | 23 |
## Security Disclosure |
| 24 | 24 |
|
| 25 |
-Security is very important to us. If you have any issue regarding security, |
|
| 26 |
-please disclose the information responsibly by sending an email to |
|
| 25 |
+Security is very important to us. If you have any issue regarding security, |
|
| 26 |
+please disclose the information responsibly by sending an email to |
|
| 27 | 27 |
security@docker.com and not by creating a github issue. |
| 28 | 28 |
|
| 29 | 29 |
## Better than VMs |
| ... | ... |
@@ -188,8 +188,8 @@ feels wrong or incomplete. Better yet, submit a PR and improve them yourself. |
| 188 | 188 |
Getting the development builds |
| 189 | 189 |
============================== |
| 190 | 190 |
|
| 191 |
-Want to run Docker from a master build? You can download |
|
| 192 |
-master builds at [master.dockerproject.org](https://master.dockerproject.org). |
|
| 191 |
+Want to run Docker from a master build? You can download |
|
| 192 |
+master builds at [master.dockerproject.org](https://master.dockerproject.org). |
|
| 193 | 193 |
They are updated with each commit merged into the master branch. |
| 194 | 194 |
|
| 195 | 195 |
Don't know how to use that super cool new feature in the master build? Check |
| ... | ... |
@@ -223,16 +223,22 @@ We are always open to suggestions on process improvements, and are always lookin |
| 223 | 223 |
</td> |
| 224 | 224 |
</tr> |
| 225 | 225 |
<tr> |
| 226 |
+ <td>Docker Community Forums</td> |
|
| 227 |
+ <td> |
|
| 228 |
+ The <a href="https://forums.docker.com/c/open-source-projects/de" target="_blank">Docker Engine</a> |
|
| 229 |
+ group is for users of the Docker Engine project. |
|
| 230 |
+ </td> |
|
| 231 |
+ </tr> |
|
| 232 |
+ <tr> |
|
| 226 | 233 |
<td>Google Groups</td> |
| 227 | 234 |
<td> |
| 228 |
- There are two groups. |
|
| 229 |
- <a href="https://groups.google.com/forum/#!forum/docker-user" target="_blank">Docker-user</a> |
|
| 230 |
- is for people using Docker containers. |
|
| 231 |
- The <a href="https://groups.google.com/forum/#!forum/docker-dev" target="_blank">docker-dev</a> |
|
| 232 |
- group is for contributors and other people contributing to the Docker |
|
| 233 |
- project. |
|
| 234 |
- You can join them without an google account by sending an email to e.g. "docker-user+subscribe@googlegroups.com". |
|
| 235 |
- After receiving the join-request message, you can simply reply to that to confirm the subscribtion. |
|
| 235 |
+ The <a href="https://groups.google.com/forum/#!forum/docker-dev" |
|
| 236 |
+ target="_blank">docker-dev</a> group is for contributors and other people |
|
| 237 |
+ contributing to the Docker project. You can join this group without a |
|
| 238 |
+ Google account by sending an email to <a |
|
| 239 |
+ href="mailto:docker-dev+subscribe@googlegroups.com">docker-dev+subscribe@googlegroups.com</a>. |
|
| 240 |
+ You'll receive a join-request message; simply reply to the message to |
|
| 241 |
+ confirm your subscribtion. |
|
| 236 | 242 |
</td> |
| 237 | 243 |
</tr> |
| 238 | 244 |
<tr> |
| ... | ... |
@@ -279,18 +285,18 @@ There are a number of projects under development that are based on Docker's |
| 279 | 279 |
core technology. These projects expand the tooling built around the |
| 280 | 280 |
Docker platform to broaden its application and utility. |
| 281 | 281 |
|
| 282 |
-* [Docker Registry](https://github.com/docker/distribution): Registry |
|
| 282 |
+* [Docker Registry](https://github.com/docker/distribution): Registry |
|
| 283 | 283 |
server for Docker (hosting/delivery of repositories and images) |
| 284 |
-* [Docker Machine](https://github.com/docker/machine): Machine management |
|
| 284 |
+* [Docker Machine](https://github.com/docker/machine): Machine management |
|
| 285 | 285 |
for a container-centric world |
| 286 |
-* [Docker Swarm](https://github.com/docker/swarm): A Docker-native clustering |
|
| 286 |
+* [Docker Swarm](https://github.com/docker/swarm): A Docker-native clustering |
|
| 287 | 287 |
system |
| 288 |
-* [Docker Compose](https://github.com/docker/compose) (formerly Fig): |
|
| 288 |
+* [Docker Compose](https://github.com/docker/compose) (formerly Fig): |
|
| 289 | 289 |
Define and run multi-container apps |
| 290 |
-* [Kitematic](https://github.com/docker/kitematic): The easiest way to use |
|
| 290 |
+* [Kitematic](https://github.com/docker/kitematic): The easiest way to use |
|
| 291 | 291 |
Docker on Mac and Windows |
| 292 | 292 |
|
| 293 |
-If you know of another project underway that should be listed here, please help |
|
| 293 |
+If you know of another project underway that should be listed here, please help |
|
| 294 | 294 |
us keep this list up-to-date by submitting a PR. |
| 295 | 295 |
|
| 296 | 296 |
Awesome-Docker |