{ "$type": "service", "name": "mariadb", "description": "MariaDB RDBMS (MySQL fork)", "tags": [ "rdbms", "mysql" ], "author": null, "image": "mariadb", "ports": [ { "port": 3306, "info": "MySQL client" } ], "environment": { "MARIADB_ROOT_PASSWORD": "toor" }, "persistence": [ { "path": "/data", "hint": "data" } ], "scripts": { "mongosh": { "info": "Open the mongo shell", "execute": "mongosh" }, "export": { "info": "Export the database", "execute": "mysqldump " }, "import": { "info": "Import the database", "execute": "mongoimport" } } }