mirror of https://github.com/docker/cli.git
30 lines
570 B
Plaintext
30 lines
570 B
Plaintext
|
{
|
||
|
"Services": {
|
||
|
"visualizer": {
|
||
|
"Image": "busybox@sha256:32f093055929dbc23dec4d03e09dfe971f5973a9ca5cf059cbfb644c206aa83f",
|
||
|
"Networks": [
|
||
|
"webnet"
|
||
|
],
|
||
|
"Ports": [
|
||
|
{
|
||
|
"Port": 8080,
|
||
|
"Protocol": "tcp"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"web": {
|
||
|
"Image": "busybox@sha256:32f093055929dbc23dec4d03e09dfe971f5973a9ca5cf059cbfb644c206aa83f",
|
||
|
"Networks": [
|
||
|
"webnet"
|
||
|
],
|
||
|
"Ports": [
|
||
|
{
|
||
|
"Port": 80,
|
||
|
"Protocol": "tcp"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"Version": "0.1"
|
||
|
}
|