Updated conversion doc

Solves #548

`docs/conversion.md` is updated as `tmpfs` is supported now.
This commit is contained in:
Suraj Narwade 2017-04-11 11:44:12 +05:30
parent 60a637593c
commit 9f849fbbb7

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) | |