github.com/docker/libcompose@v0.4.1-0.20210616120443-2a046c0bdbf2/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