Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.34 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.34 KB

MSSQL for Linux under Docker with Extras 😎

Build Status Docker Stars Docker Pulls

This is the Git repository for the 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 for more information on how to use this image.

The full README documentation from the Docker Hub page is maintained in the 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:

# 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.