作者 shenhailong

docker config

{
"AttachStdin" : true,
"OpenStdin" : true,
"Image" : "",
"Volumes" : { },
"ExposedPorts" : { },
"HostConfig" : {
"Binds" : [ ],
"NetworkMode" : "host"
},
"_comment" : ""
}
\ No newline at end of file
... ...