Fixed tmpfs with mode failure

Fixes #807
now kompose will ignore mode of tmpfs and will pass only mount path.
This commit is contained in:
Suraj Narwade
2017-09-25 14:44:03 +05:30
parent 99f88ef15c
commit 8a19c47b1a
6 changed files with 265 additions and 4 deletions
@@ -0,0 +1,10 @@
version: "2"
services:
redis-master:
image: gcr.io/google_containers/redis:e2e
ports:
- "6379"
tmpfs:
- /tmp:rw,noexec,nosuid