tanhongit / docker-compose-mssql-server

: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/tanhongit/docker-compose-mssql-server.git
cd docker-compose-mssql-server
  • Copy .env.example to .env and edit the file to your needs.
  • Configure password in .env file.
  • Start the container:
./start

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

./stop

Log in on the database with your credentials:

  • User: sa
  • Password: root (default)

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%