Skip to content

Instantly share code, notes, and snippets.

@xiaomi7732
Created November 2, 2024 01:43
Show Gist options
  • Save xiaomi7732/40750c0765ffd125a833961c355b5bcd to your computer and use it in GitHub Desktop.
Save xiaomi7732/40750c0765ffd125a833961c355b5bcd to your computer and use it in GitHub Desktop.
A tutorial to run MS SQL Express in a container, and access it in local box

Run SQL Express in a Container

Key Highlights

  • Run the Free Version: Easily deploy MSSQL Express in a Docker container using Docker Desktop.
    • You don't need Docker Desktop if you are on Linux.
  • Local Access for Development: Set up the container to be accessible as if SQL Server were installed directly on your machine.
  • Data Persistence: Ensure that your data is saved to a local folder for easy access and management.

Ready to get started? Check out the full guide here: Setup SQL Express in a Container

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment