Update conversion matrix with windows notes

Moves one of the notes as well as updates credentials_spec
This commit is contained in:
Charlie Drage 2017-08-18 11:40:17 -04:00
parent e3245d2042
commit ca46d6a83b

View File

@ -15,7 +15,7 @@ __Glossary:__
| Keys | V1 | V2 | V3 | Kubernetes / OpenShift | Notes |
|------------------------|----|----|----|-------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|
| build | ✓ | ✓ | N | Builds/Pushes to Docker repository. See `--build` parameter | Only supported on Version 1/2 of Docker Compose |
| build | ✓ | ✓ | N | | Builds/Pushes to Docker repository. See `--build` parameter |
| build: context | ✓ | ✓ | N | | |
| build: dockerfile | ✓ | ✓ | N | | |
| build: args | N | N | N | | |
@ -27,7 +27,7 @@ __Glossary:__
| configs: long-syntax | N | N | N | | |
| cgroup_parent | X | X | X | | Not supported within Kubernetes. See issue https://github.com/kubernetes/kubernetes/issues/11986 |
| container_name | ✓ | ✓ | ✓ | Metadata.Name + Deployment.Spec.Containers.Name | |
| credential_spec | N | N | N | | |
| credential_spec | X | X | X | | Only applicable to Windows containers |
| deploy | - | - | ✓ | | |
| deploy: mode | - | - | ✓ | | |
| deploy: replicas | - | - | ✓ | Deployment.Spec.Replicas / DeploymentConfig.Spec.Replicas | |