mirror of https://github.com/docker/docs.git
Removing ref to old google group; adding forum
Adding email notice user > dev and an > a Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
cf03e17c5c
commit
3447847079
42
README.md
42
README.md
|
@ -22,8 +22,8 @@ applications and databases.
|
||||||
|
|
||||||
## Security Disclosure
|
## Security Disclosure
|
||||||
|
|
||||||
Security is very important to us. If you have any issue regarding security,
|
Security is very important to us. If you have any issue regarding security,
|
||||||
please disclose the information responsibly by sending an email to
|
please disclose the information responsibly by sending an email to
|
||||||
security@docker.com and not by creating a github issue.
|
security@docker.com and not by creating a github issue.
|
||||||
|
|
||||||
## Better than VMs
|
## Better than VMs
|
||||||
|
@ -188,8 +188,8 @@ feels wrong or incomplete. Better yet, submit a PR and improve them yourself.
|
||||||
Getting the development builds
|
Getting the development builds
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
Want to run Docker from a master build? You can download
|
Want to run Docker from a master build? You can download
|
||||||
master builds at [master.dockerproject.org](https://master.dockerproject.org).
|
master builds at [master.dockerproject.org](https://master.dockerproject.org).
|
||||||
They are updated with each commit merged into the master branch.
|
They are updated with each commit merged into the master branch.
|
||||||
|
|
||||||
Don't know how to use that super cool new feature in the master build? Check
|
Don't know how to use that super cool new feature in the master build? Check
|
||||||
|
@ -222,17 +222,23 @@ We are always open to suggestions on process improvements, and are always lookin
|
||||||
Read our <a href="https://docs.docker.com/project/get-help/#irc-quickstart" target="_blank">IRC quickstart guide</a> for an easy way to get started.
|
Read our <a href="https://docs.docker.com/project/get-help/#irc-quickstart" target="_blank">IRC quickstart guide</a> for an easy way to get started.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Docker Community Forums</td>
|
||||||
|
<td>
|
||||||
|
The <a href="https://forums.docker.com/c/open-source-projects/de" target="_blank">Docker Engine</a>
|
||||||
|
group is for users of the Docker Engine project.
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Google Groups</td>
|
<td>Google Groups</td>
|
||||||
<td>
|
<td>
|
||||||
There are two groups.
|
The <a href="https://groups.google.com/forum/#!forum/docker-dev"
|
||||||
<a href="https://groups.google.com/forum/#!forum/docker-user" target="_blank">Docker-user</a>
|
target="_blank">docker-dev</a> group is for contributors and other people
|
||||||
is for people using Docker containers.
|
contributing to the Docker project. You can join this group without a
|
||||||
The <a href="https://groups.google.com/forum/#!forum/docker-dev" target="_blank">docker-dev</a>
|
Google account by sending an email to <a
|
||||||
group is for contributors and other people contributing to the Docker
|
href="mailto:docker-dev+subscribe@googlegroups.com">docker-dev+subscribe@googlegroups.com</a>.
|
||||||
project.
|
You'll receive a join-request message; simply reply to the message to
|
||||||
You can join them without an google account by sending an email to e.g. "docker-user+subscribe@googlegroups.com".
|
confirm your subscribtion.
|
||||||
After receiving the join-request message, you can simply reply to that to confirm the subscribtion.
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -279,18 +285,18 @@ There are a number of projects under development that are based on Docker's
|
||||||
core technology. These projects expand the tooling built around the
|
core technology. These projects expand the tooling built around the
|
||||||
Docker platform to broaden its application and utility.
|
Docker platform to broaden its application and utility.
|
||||||
|
|
||||||
* [Docker Registry](https://github.com/docker/distribution): Registry
|
* [Docker Registry](https://github.com/docker/distribution): Registry
|
||||||
server for Docker (hosting/delivery of repositories and images)
|
server for Docker (hosting/delivery of repositories and images)
|
||||||
* [Docker Machine](https://github.com/docker/machine): Machine management
|
* [Docker Machine](https://github.com/docker/machine): Machine management
|
||||||
for a container-centric world
|
for a container-centric world
|
||||||
* [Docker Swarm](https://github.com/docker/swarm): A Docker-native clustering
|
* [Docker Swarm](https://github.com/docker/swarm): A Docker-native clustering
|
||||||
system
|
system
|
||||||
* [Docker Compose](https://github.com/docker/compose) (formerly Fig):
|
* [Docker Compose](https://github.com/docker/compose) (formerly Fig):
|
||||||
Define and run multi-container apps
|
Define and run multi-container apps
|
||||||
* [Kitematic](https://github.com/docker/kitematic): The easiest way to use
|
* [Kitematic](https://github.com/docker/kitematic): The easiest way to use
|
||||||
Docker on Mac and Windows
|
Docker on Mac and Windows
|
||||||
|
|
||||||
If you know of another project underway that should be listed here, please help
|
If you know of another project underway that should be listed here, please help
|
||||||
us keep this list up-to-date by submitting a PR.
|
us keep this list up-to-date by submitting a PR.
|
||||||
|
|
||||||
Awesome-Docker
|
Awesome-Docker
|
||||||
|
|
Loading…
Reference in New Issue