z-hypervisor/example/docker.json

10 lines
146 B
JSON
Raw Permalink Normal View History

2017-02-24 18:11:36 -08:00
{
"machine_id": "dockertest",
"properties": {
"ports": [
[1234, 80]
],
"image": "dpedu/nginx"
}
}