forked from moby/moby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add google group subscribtion method using only emails
* users don't have to create an google account for using the google groups. They can simply email to e.g. "[email protected]" to subscribe. * since this behavior is not mentioned on the google group website, i think its a good idea to explain this method here. Signed-off-by: toogley <[email protected]>
- Loading branch information
toogley
committed
Feb 28, 2016
1 parent
c7d6f0c
commit e3e1858
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -154,6 +154,8 @@ However, there might be a way to implement that feature *on top of* Docker. | |
The <a href="https://groups.google.com/forum/#!forum/docker-dev" target="_blank">docker-dev</a> | ||
group is for contributors and other people contributing to the Docker | ||
project. | ||
You can join them without an google account by sending an email to e.g. "[email protected]". | ||
After receiving the join-request message, you can simply reply to that to confirm the subscribtion. | ||
</td> | ||
</tr> | ||
<tr> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -234,6 +234,8 @@ We are always open to suggestions on process improvements, and are always lookin | |
The <a href="https://groups.google.com/forum/#!forum/docker-dev" target="_blank">docker-dev</a> | ||
group is for contributors and other people contributing to the Docker | ||
project. | ||
You can join them without an google account by sending an email to e.g. "[email protected]". | ||
After receiving the join-request message, you can simply reply to that to confirm the subscribtion. | ||
</td> | ||
</tr> | ||
<tr> | ||
|