Add cmd tests for emptyvols and emptyDir (#1447)

Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
This commit is contained in:
Shivam Sandbhor
2021-10-17 21:31:11 +08:00
committed by GitHub
parent a87dd94532
commit d029f2c587
5 changed files with 336 additions and 59 deletions
+4 -1
View File
@@ -6,10 +6,13 @@ services:
ports:
- "5000:5000"
volumes:
- .:/code
- code_volume:/code
links:
- redis
redis:
image: redis
labels:
kompose.service.type: headless
volumes:
code_volume: