mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-08 19:23:47 +00:00
31 lines
691 B
JSON
31 lines
691 B
JSON
{
|
|
"ID": "cattle",
|
|
"Properties": {
|
|
"Allocation": {
|
|
"Size": 1
|
|
},
|
|
"Instance": {
|
|
"Plugin": "instance-hyperkit",
|
|
"Properties": {
|
|
"Moby": "../../moby",
|
|
"Disk" : 512,
|
|
"CPUs" : 2,
|
|
"Memory" : 1024
|
|
}
|
|
},
|
|
"Flavor": {
|
|
"Plugin": "flavor-vanilla",
|
|
"Properties": {
|
|
"Init": [
|
|
"test1",
|
|
"test2"
|
|
],
|
|
"Tags": {
|
|
"tier": "sample",
|
|
"project": "infrakit"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|