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

     1  version: "2"
     2  
     3  services:
     4    web:
     5      image: busybox
     6      command: top
     7      networks: ["foo"]
     8  
     9  networks:
    10    bar: {}