github.com/click2cloud/libcompose@v0.4.1-0.20170816121048-7c20f79ac6b9/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