github.com/MOXA-ISD/edge-library-libcompose@v0.4.1-0.20200417083957-c90441e63650/integration/assets/v2-simple/links-invalid.yml (about)

     1  version: "2"
     2  services:
     3    simple:
     4      image: busybox:latest
     5      command: top
     6      links:
     7        - another
     8    another:
     9      image: busybox:latest
    10      command: top