We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e13965 commit 8573b51Copy full SHA for 8573b51
cnm/plugin/config.json
@@ -0,0 +1,15 @@
1
+{
2
+ "description": "Azure network plugin",
3
+ "documentation": "https://github.com/Azure/azure-container-networking/",
4
+ "entrypoint": ["/usr/bin/azure-cnm-plugin"],
5
+ "interface": {
6
+ "types": ["docker.networkdriver/1.0", "docker.ipamdriver/1.0"],
7
+ "socket": "azurenet.sock"
8
+ },
9
+ "network": {
10
+ "type": "host"
11
12
+ "linux": {
13
+ "capabilities": ["CAP_SYS_ADMIN", "CAP_NET_ADMIN"]
14
+ }
15
+}
0 commit comments