18 lines
335 B
JSON
18 lines
335 B
JSON
|
{
|
||
|
"$type": "service",
|
||
|
"name": "memcached",
|
||
|
"description": "In memory key-value storage",
|
||
|
"tags": [ "keyvalue", "cache" ],
|
||
|
"author": null,
|
||
|
"image": "memcached",
|
||
|
"ports": [
|
||
|
{ "port": 11211, "info": "Memcached client" }
|
||
|
],
|
||
|
"scripts": {
|
||
|
"shell": {
|
||
|
"info": "Open a shell",
|
||
|
"execute": "sh"
|
||
|
}
|
||
|
}
|
||
|
}
|