{"id":20119691,"url":"https://github.com/gip-recia/docker-mariadb","last_synced_at":"2025-07-26T04:03:13.483Z","repository":{"id":146702584,"uuid":"124105865","full_name":"GIP-RECIA/docker-mariadb","owner":"GIP-RECIA","description":"Container docker MariaDB + phpMyAdmin","archived":false,"fork":false,"pushed_at":"2024-02-15T09:19:20.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-02T20:14:59.077Z","etag":null,"topics":["docker-image","docker-mariadb","mariadb-database","phpmyadmin"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GIP-RECIA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-03-06T16:25:29.000Z","updated_at":"2024-02-15T09:19:23.000Z","dependencies_parsed_at":"2023-05-27T08:45:47.127Z","dependency_job_id":null,"html_url":"https://github.com/GIP-RECIA/docker-mariadb","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/GIP-RECIA/docker-mariadb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIP-RECIA%2Fdocker-mariadb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIP-RECIA%2Fdocker-mariadb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIP-RECIA%2Fdocker-mariadb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIP-RECIA%2Fdocker-mariadb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GIP-RECIA","download_url":"https://codeload.github.com/GIP-RECIA/docker-mariadb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GIP-RECIA%2Fdocker-mariadb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267116124,"owners_count":24038623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image","docker-mariadb","mariadb-database","phpmyadmin"],"created_at":"2024-11-13T19:16:35.168Z","updated_at":"2025-07-26T04:03:13.461Z","avatar_url":"https://github.com/GIP-RECIA.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker mariadb for ESCO use\n\nContainer docker MariaDB + phpMyAdmin\n\nIt provides an easy to use of the mariadb database with a configuration close to production. (in strict mode only expect if an evolution come)\nBut don't use it in production, the mariadb root user doesn't has restriction access (permission are setted on 'root'@'%') !\n\n\n## Requirements\n\n[Docker](https://www.docker.com/) and [docker-compose](https://docs.docker.com/compose/) are used to setup the technical environment containing all requirements.\n\nFor linux install : see documentation [Docker](https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-convenience-script) and [Docker-compose](https://docs.docker.com/compose/install/#prerequisites)\n\n\n## Setting up the environment\n\n* Clone the github repository\n\n\n```bash\ngit clone git@github.com:GIP-RECIA/docker-mariadb.git\n```\n\n* Download required docker images\n\n```bash\ndocker-compose pull\n```\n\n* Build custom docker images\n\n```bash\ndocker-compose build\n```\n\n* Start containers\n\n```bash\ndocker-compose up -d\n```\n\n* Shutdown the environment\n\n```bash\ndocker-compose down\n```\n\nor\n\n```bash\ndocker-compose down -v  # All data will be lost !\n```\n\nalso is working\n\n```bash\ndocker-compose stop\n```\n\n## Services\n\n- MariaDB should be accessible with mysql command :\n\n\t```bash\n\tmysql -h 127.0.0.1 -u root -proot\n\t```\n\n\tor by docker native network :\n\n\t```bash\n\tmysql -h 127.17.0.1 -u root -proot\n\t```\n\n- PhpMyAdmin should be accessible from browser url : [http://127.0.0.1:8181/](http://127.0.0.1:8181/) or by docker native ip : [http://127.17.0.1:8181/](http://127.17.0.1:8181/)\n\n## Check to make\n\nAfter running first time ```docker-compose up -d``` you should check :\n\n- if all services are accessible\n- on mysql you should have all databases intiated (3 native mariadb database) and with the ```test``` database initialized from the default script provided in ```.docker/mariadb-strict/dump/```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgip-recia%2Fdocker-mariadb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgip-recia%2Fdocker-mariadb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgip-recia%2Fdocker-mariadb/lists"}