github.com/beornf/libcompose@v0.4.1-0.20210215180846-a59802c0f07c/integration/assets/regression/60-volume_from.yml (about)

     1  first:
     2    image: busybox
     3    volumes:
     4      - /bundle
     5  second:
     6    image: busybox
     7    volumes_from:
     8      - first
     9