mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 09:21:28 +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:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"ID": "cattle",
|
||||
"ID": "etcd",
|
||||
"Properties": {
|
||||
"Allocation": {
|
||||
"LogicalIDs": [
|
||||
@@ -16,7 +16,7 @@
|
||||
"Moby": "etcd",
|
||||
"Disk" : 0,
|
||||
"CPUs" : 1,
|
||||
"Memory" : 512,
|
||||
"Memory" : 512
|
||||
}
|
||||
},
|
||||
"Flavor": {
|
||||
|
Reference in New Issue
Block a user