c204c87c18
Type: test Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: Idd5352f254df0d1f36c1270e73440c9287247b81
17 lines
353 B
YAML
17 lines
353 B
YAML
---
|
|
volumes:
|
|
- shared-vol
|
|
|
|
containers:
|
|
- name: "vpp"
|
|
volumes:
|
|
- host-dir: "shared-vol"
|
|
container-dir: "/tmp/vpp"
|
|
is-default-work-dir: true
|
|
- name: "nginx"
|
|
volumes:
|
|
- host-dir: "shared-vol"
|
|
container-dir: "/tmp/nginx"
|
|
is-default-work-dir: true
|
|
image: "hs-test/nginx-ldp"
|
|
is-optional: true |