Merge pull request #553 from surajnarwade/minor_fix

Updated conversion doc
This commit is contained in:
Charlie Drage 2017-04-26 10:35:39 -04:00 committed by GitHub
commit 05a408925c

View File

@ -15,7 +15,7 @@ This document outlines all the conversion details regarding `docker-compose.yaml
| depends_on | | N | | |
| dns | | N | | |
| dns_search | | N | | |
| tmpfs | | N | | |
| tmpfs | | Y | [Pod.Spec.Containers.Volumes.EmptyDir](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) | Creates `emptyDir` volume with `medium` set to `Memory` & mounts given directory inside container |
| entrypoint | | Y | [Pod.Spec.Container.Command](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_container) | Same as `command` |
| env_file | | N | | |
| environment | | Y | [Pod.Spec.Container.Env](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_envvar) | |