{"id":15002873,"url":"https://github.com/sobolevn/mssql-linux-friendly","last_synced_at":"2025-10-07T08:32:03.671Z","repository":{"id":42644872,"uuid":"180837528","full_name":"sobolevn/mssql-linux-friendly","owner":"sobolevn","description":"MSSQL Server that works well and is friendly to the end user","archived":false,"fork":false,"pushed_at":"2024-02-12T16:47:48.000Z","size":26,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T19:46:38.281Z","etag":null,"topics":["database","docker","docker-image","mssql","mssql-database","mssql-docker","mssqlserver"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/sobolevn/mssql-linux-friendly","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sobolevn.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,"publiccode":null,"codemeta":null},"funding":{"open_collective":"wemake-python-styleguide","github":"wemake-services","custom":"https://boosty.to/sobolevn"}},"created_at":"2019-04-11T16:51:05.000Z","updated_at":"2024-08-14T10:50:22.000Z","dependencies_parsed_at":"2024-10-12T07:20:52.060Z","dependency_job_id":null,"html_url":"https://github.com/sobolevn/mssql-linux-friendly","commit_stats":{"total_commits":20,"total_committers":2,"mean_commits":10.0,"dds":"0.050000000000000044","last_synced_commit":"8690bce6741925d771089895fb6496a4f167c78a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobolevn%2Fmssql-linux-friendly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobolevn%2Fmssql-linux-friendly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobolevn%2Fmssql-linux-friendly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sobolevn%2Fmssql-linux-friendly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sobolevn","download_url":"https://codeload.github.com/sobolevn/mssql-linux-friendly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235607127,"owners_count":19017298,"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":["database","docker","docker-image","mssql","mssql-database","mssql-docker","mssqlserver"],"created_at":"2024-09-24T18:53:31.524Z","updated_at":"2025-10-07T08:31:58.367Z","avatar_url":"https://github.com/sobolevn.png","language":"Shell","funding_links":["https://opencollective.com/wemake-python-styleguide","https://github.com/sponsors/wemake-services","https://boosty.to/sobolevn"],"categories":[],"sub_categories":[],"readme":"# mssql-linux-friendly\n\n[![wemake.services](https://img.shields.io/badge/style-wemake.services-green.svg?label=\u0026logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC%2FxhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP%2F%2F%2F5TvxDIAAAAIdFJOUwAjRA8xXANAL%2Bv0SAAAADNJREFUGNNjYCAIOJjRBdBFWMkVQeGzcHAwksJnAPPZGOGAASzPzAEHEGVsLExQwE7YswCb7AFZSF3bbAAAAABJRU5ErkJggg%3D%3D)](http://wemake.services)\n[![test](https://github.com/sobolevn/mssql-linux-friendly/actions/workflows/test.yml/badge.svg)](https://github.com/sobolevn/mssql-linux-friendly/actions/workflows/test.yml)\n[![Dockerhub](https://img.shields.io/docker/pulls/sobolevn/mssql-linux-friendly.svg)](https://hub.docker.com/r/sobolevn/mssql-linux-friendly/)\n[![image size](https://images.microbadger.com/badges/image/sobolevn/mssql-linux-friendly.svg)](https://microbadger.com/images/sobolevn/mssql-linux-friendly) [![mssql's version](https://img.shields.io/badge/version-2017.CU12-blue.svg)](https://github.com/Microsoft/mssql-docker)\n\n`mssql` image that can be easily extended to load schema and data on startup.\n\nBased on [an original `mssql` image](https://github.com/Microsoft/mssql-docker/tree/master/linux/mssql-server-linux) for Linux.\n\n## Building\n\n```bash\ndocker build -t mssql:latest .\n```\n\n## Configuration\n\nWe inherit the same configuration from `mssql`\nthat is provided by the original image from Microsoft:\n\n- `ACCEPT_EULA=Y` env var, otherwise your container will not work\n- `SA_PASSWORD=YOUR_PASSWORD` env var to set `sa` user's password\n\n### Volumes\n\nWe also provide a volume with scripts (`./scripts`) to be extended later:\n\n- `./scripts/schema.sql` contains schema definition file\n- `./scripts/data.sql` contains your data that should be inserted on startup\n\nThey are both empty by default.\n\nTo customize these files use [`volumes`](https://docs.docker.com/engine/reference/commandline/run/#mount-volume--v---read-only):\n\n```bash\ndocker run -v ./your/custom/scripts:/code/scripts -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=MyStrongPassword1' -p 1433:1433 -d mssql\n```\n\n## docker-compose\n\nSee [`docker-compose.yml`](https://github.com/sobolevn/mssql-linux-friendly/blob/master/docker-compose.yml) for a service example.\n\n## License\n\nMIT.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsobolevn%2Fmssql-linux-friendly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsobolevn%2Fmssql-linux-friendly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsobolevn%2Fmssql-linux-friendly/lists"}