Skip to content

Commit 8573b51

Browse files
committed
Added Docker managed plugin config file
1 parent 0e13965 commit 8573b51

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

cnm/plugin/config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)