We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0464d24 commit 84dee14Copy full SHA for 84dee14
docs/conversion.md
@@ -15,7 +15,7 @@ This document outlines all the conversion details regarding `docker-compose.yaml
15
| depends_on | | N | | |
16
| dns | | N | | |
17
| dns_search | | N | | |
18
-| tmpfs | | N | | |
+| tmpfs | | Y | | Creates `emptyDir` volume & mounts given directory inside container |
19
| entrypoint | | Y | [Pod.Spec.Container.Command](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_container) | Same as `command` |
20
| env_file | | N | | |
21
| environment | | Y | [Pod.Spec.Container.Env](https://kubernetes.io/docs/api-reference/v1/definitions/#_v1_envvar) | |
0 commit comments