Update CONVENTIONS.md
authorTom Denham <tom@tomdee.co.uk>
Fri, 20 Jan 2017 20:49:00 +0000 (12:49 -0800)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2017 20:49:00 +0000 (12:49 -0800)
CONVENTIONS.md

index 6b2603a..ec455f2 100644 (file)
@@ -61,7 +61,6 @@ For example:
 | Area  | Purpose| Spec and Example | Runtime implementations | Plugin Implementations |
 | ------ | ------ | ------             | ------  | ------                  | ------                 |  
 | labels | Pass`key=value` labels to plugins | <pre>"labels" : [<br />  { "key" : "app", "value" : "myapp" },<br />  { "key" : "env", "value" : "prod" }<br />] </pre> | none | none |
-| port mappings | Pass mapping from ports on the host to ports in the container network namespace. | <pre>"port_mappings" : [<br />  { "host_port": 8080, "container_port": 80, "protocol": "tcp" },<br />  { "host_port": 8000, "container_port": 8001, "protocol": "udp" }<br />] </pre> | none | none |
 
 ## CNI_ARGS
 CNI_ARGS formed part of the original CNI spec and have been present since the initial release.