z-hypervisor/example/docker.json

10 lines
146 B
JSON

{
"machine_id": "dockertest",
"properties": {
"ports": [
[1234, 80]
],
"image": "dpedu/nginx"
}
}