talbinet / docker-compose-mssql

:whale: Docker configuration for an Microsoft SQL server on Linux using docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microsoft SQL server in Docker

Some helpful scripts and configurations to easily get a Microsoft SQL server instance running in a docker container on Linux.

This project uses Microsoft's docker image for SQL server and uses docker-compose to easily manage container configurations.

Requirements

  • Linux operating system
  • Docker
  • Docker composer

Usage

  • Clone repository (git clone https://github.com/timvisee/docker-compose-mssql.git; cd docker-compose-mssql)
  • Configure password in docker-compose.yml file.
  • Start the container (./start)

To stop the container, use the ./stop script.

License

This project is released under the GNU GPL-3.0 license. Check out the LICENSE file for more information.

About

:whale: Docker configuration for an Microsoft SQL server on Linux using docker-compose

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%