Compare commits

...

3 Commits

Author SHA1 Message Date
Mauro Mugnaini ce6a38b3f6 Typo in `id` fixed 2023-03-01 16:36:11 +01:00
Mauro Mugnaini 7c6b7c2e23 Fixed placeholder type as `docker-swarm` 2023-03-01 16:25:33 +01:00
Mauro Mugnaini 46e15ff8a5 Config placeholder added 2023-03-01 15:54:59 +01:00
1 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{ {
"id":"79150d8a-2c48-42e8-8a1d-3d38d7f01d2c", "id":"ba2db09d-87d8-47db-83e5-22210b55c4ce",
"active":true, "active":true,
"name":"default", "name":"default",
"description":"Default synthetic runtime for Docker based infrastructures for methods that provide images from a remote repository", "description":"Default synthetic runtime for Docker based infrastructures for methods that provide images from a remote repository",
@ -10,9 +10,9 @@
"default" "default"
], ],
"responsible":{ "responsible":{
"name":"John Doe", "name":"Marco Lettere",
"email":"mail@exmple.com" "email":"marco.lettere@nubisware.com"
}, },
"type":"docker", "type":"docker-swarm",
"image":"bash" "image":"bash"
} }