diff options
Diffstat (limited to 'extras/hs-test/topo-containers/single.yaml')
-rw-r--r-- | extras/hs-test/topo-containers/single.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extras/hs-test/topo-containers/single.yaml b/extras/hs-test/topo-containers/single.yaml new file mode 100644 index 00000000000..e0fea70d50d --- /dev/null +++ b/extras/hs-test/topo-containers/single.yaml @@ -0,0 +1,17 @@ +--- +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
\ No newline at end of file |