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.
- Linux operating system
- Docker
- Docker composer
- 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)
This project is released under the GNU GPL-3.0 license. Check out the LICENSE file for more information.