github.com/AliyunContainerService/cli@v0.0.0-20181009023821-814ced4b30d0/cli/command/stack/swarm/testdata/bundlefile_with_two_services.dab (about) 1 { 2 "Services": { 3 "visualizer": { 4 "Image": "busybox@sha256:32f093055929dbc23dec4d03e09dfe971f5973a9ca5cf059cbfb644c206aa83f", 5 "Networks": [ 6 "webnet" 7 ], 8 "Ports": [ 9 { 10 "Port": 8080, 11 "Protocol": "tcp" 12 } 13 ] 14 }, 15 "web": { 16 "Image": "busybox@sha256:32f093055929dbc23dec4d03e09dfe971f5973a9ca5cf059cbfb644c206aa83f", 17 "Networks": [ 18 "webnet" 19 ], 20 "Ports": [ 21 { 22 "Port": 80, 23 "Protocol": "tcp" 24 } 25 ] 26 } 27 }, 28 "Version": "0.1" 29 }