https://github.com/thirdgen88/mssql-docker
Microsoft SQL Server for Linux under Docker with Extras 😎
https://github.com/thirdgen88/mssql-docker
Last synced: 5 months ago
JSON representation
Microsoft SQL Server for Linux under Docker with Extras 😎
- Host: GitHub
- URL: https://github.com/thirdgen88/mssql-docker
- Owner: thirdgen88
- Created: 2019-01-19T18:38:38.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T02:51:32.000Z (over 1 year ago)
- Last Synced: 2024-09-13T15:20:57.233Z (over 1 year ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MSSQL for Linux under Docker with Extras 😎
[](https://github.com/thirdgen88/mssql-docker/actions)
[](https://hub.docker.com/r/kcollins/mssql)
[](https://hub.docker.com/r/kcollins/mssql)
This is the Git repository for the [kcollins/mssql](http://hub.docker.com/r/kcollins/mssql) Docker Hub image. It includes a `docker-compose.yml` file for easy use within a Docker Compose or Swarm configuration. See the [Docker Hub page](http://hub.docker.com/r/kcollins/mssql) for more information on how to use this image.
The full README documentation from the Docker Hub page is maintained in the [docs](docs) folder in the event that you would like to submit additions or corrections to the usage guidance.
## Building this solution
To build the images and load (`--load`) to your local Docker Engine, use the following:
```bash
# Produces images:
# - localhost:5000/kcollins/mssql:2017
# - localhost:5000/kcollins/mssql:2019
# - localhost:5000/kcollins/mssql:2022
docker buildx bake --load --provenance=false --sbom=false
```
For more information, see [High-level builds with Bake](https://docs.docker.com/build/bake/).