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