gopkg.in/docker/libcompose.v0@v0.4.0/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