serverctl/registry/memcached.json
Christopher Vagnetoft 2ec5081832 Improvements and fixes
* Updated README, added LICENSE
* New services: memcached, phpcacheadmin
* Polished commands
* ContainerManager now persists state
2022-09-28 01:11:14 +02:00

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"
}
}
}