mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
demo: Fix JSON file
This was corrupted broken by a previous commit. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
d740624db6
commit
fdee4a099c
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"ID": "cattle",
|
"ID": "etcd",
|
||||||
"Properties": {
|
"Properties": {
|
||||||
"Allocation": {
|
"Allocation": {
|
||||||
"LogicalIDs": [
|
"LogicalIDs": [
|
||||||
@ -16,7 +16,7 @@
|
|||||||
"Moby": "etcd",
|
"Moby": "etcd",
|
||||||
"Disk" : 0,
|
"Disk" : 0,
|
||||||
"CPUs" : 1,
|
"CPUs" : 1,
|
||||||
"Memory" : 512,
|
"Memory" : 512
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Flavor": {
|
"Flavor": {
|
||||||
|
Loading…
Reference in New Issue
Block a user