Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timvisee/docker-compose-mssql

:whale: Docker configuration for an Microsoft SQL server on Linux using docker-compose
https://github.com/timvisee/docker-compose-mssql

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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

Log in on the database with your credentials:
* User: `sa`
* Password: `Secret1234` (default)

## License
This project is released under the GNU GPL-3.0 license. Check out the [LICENSE](LICENSE) file for more information.