github.com/MOXA-ISD/edge-library-libcompose@v0.4.1-0.20200417083957-c90441e63650/integration/assets/regression/volume_from_container_name.yml (about)

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