Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
| ... | ... |
@@ -18,4 +18,5 @@ Currently, you can extend Docker by adding a plugin. This section contains the f |
| 18 | 18 |
* [Understand Docker plugins](plugins.md) |
| 19 | 19 |
* [Write a volume plugin](plugins_volume.md) |
| 20 | 20 |
* [Write a network plugin](plugins_network.md) |
| 21 |
+* [Write an authorization plugin](authorization.md) |
|
| 21 | 22 |
* [Docker plugin API](plugin_api.md) |
| ... | ... |
@@ -51,7 +51,7 @@ documented as part of libnetwork: |
| 51 | 51 |
|
| 52 | 52 |
# Related Information |
| 53 | 53 |
|
| 54 |
-To interact with the Docker maintainers and other interested users, se the IRC channel `#docker-network`. |
|
| 54 |
+To interact with the Docker maintainers and other interested users, see the IRC channel `#docker-network`. |
|
| 55 | 55 |
|
| 56 | 56 |
- [Docker networks feature overview](../userguide/networking/index.md) |
| 57 | 57 |
- The [LibNetwork](https://github.com/docker/libnetwork) project |