Christopher Vagnetoft
2ec5081832
* Updated README, added LICENSE * New services: memcached, phpcacheadmin * Polished commands * ContainerManager now persists state
18 lines
321 B
JSON
18 lines
321 B
JSON
{
|
|
"$type": "service",
|
|
"name": "redis",
|
|
"description": "Powerful key-value storage",
|
|
"tags": [ "keyvalue", "cache" ],
|
|
"author": null,
|
|
"image": "redis",
|
|
"ports": [
|
|
{ "port": 6379, "info": "Redis client" }
|
|
],
|
|
"scripts": {
|
|
"shell": {
|
|
"info": "Open a shell",
|
|
"execute": "sh"
|
|
}
|
|
}
|
|
}
|