{"id":18939329,"url":"https://github.com/gentics/docker-tmpfs-mysql","last_synced_at":"2025-04-15T19:30:48.703Z","repository":{"id":21663088,"uuid":"24984006","full_name":"gentics/docker-tmpfs-mysql","owner":"gentics","description":"Dockerfiles for an MySQL Server that uses a tmpfs and updated configuration to startup faster.","archived":false,"fork":false,"pushed_at":"2017-02-24T11:16:15.000Z","size":8,"stargazers_count":16,"open_issues_count":0,"forks_count":5,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-03-29T01:13:04.169Z","etag":null,"topics":["docker"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gentics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-09T10:17:39.000Z","updated_at":"2020-02-26T07:14:40.000Z","dependencies_parsed_at":"2022-07-23T10:34:04.177Z","dependency_job_id":null,"html_url":"https://github.com/gentics/docker-tmpfs-mysql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentics%2Fdocker-tmpfs-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentics%2Fdocker-tmpfs-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentics%2Fdocker-tmpfs-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gentics%2Fdocker-tmpfs-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gentics","download_url":"https://codeload.github.com/gentics/docker-tmpfs-mysql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249138618,"owners_count":21218916,"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","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"],"created_at":"2024-11-08T12:17:08.932Z","updated_at":"2025-04-15T19:30:48.398Z","avatar_url":"https://github.com/gentics.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# This project is now deprecated.\n\n# Use the official mysql image instead.\n\n## via docker cli\n\n```docker run --rm  -p 3306:3306 -e MYSQL_ROOT_PASSWORD=finger  --tmpfs=/var/lib/mysql/:rw,noexec,nosuid,size=600m --tmpfs=/tmp/:rw,noexec,nosuid,size=50m mysql:5.7```\n \n\n## via docker-compose\n\n```\n  mysql-57:\n    image: mysql:5.7\n    ports:\n     - \"3306:3306\"\n    volumes:\n     - \"/opt/docker/mysql.conf.d:/etc/mysql/conf.d\"\n    environment:\n     - MYSQL_ROOT_PASSWORD=finger\n    tmpfs:\n     - /var/lib/mysql/:rw,noexec,nosuid,size=600m\n     - /tmp/:rw,noexec,nosuid,size=50m\n```\n\n\n/opt/docker/mysql.conf.d/custom.cnf\n```\n[mysqld]\n  bind-address             = 0.0.0.0\n  \n  innodb_flush_log_at_trx_commit = 2\n  innodb_lock_wait_timeout = 50\n\n  max_connect_errors       = 1000000\n  max_connections          = 900\n\n  character-set-server           = utf8\n  sql_mode                       = \"\"\n  innodb                         = FORCE\n  default-storage-engine         = InnoDB\n  max_allowed_packet             = 256M\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgentics%2Fdocker-tmpfs-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgentics%2Fdocker-tmpfs-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgentics%2Fdocker-tmpfs-mysql/lists"}