mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-16 07:51:24 +00:00
While at it, also simplify the JSON file Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"ID": "cattle",
|
|
"Properties": {
|
|
"Allocation": {
|
|
"Size": 1
|
|
},
|
|
"Instance": {
|
|
"Plugin": "instance-hyperkit",
|
|
"Properties": {
|
|
"Moby": "./vms/default",
|
|
"Disk" : 512,
|
|
"CPUs" : 2,
|
|
"Memory" : 1024
|
|
}
|
|
},
|
|
"Flavor": {
|
|
"Plugin": "flavor-vanilla",
|
|
"Properties": { }
|
|
}
|
|
}
|
|
}
|