docker-compose-mssql
docker-compose-mssql copied to clipboard
:whale: Docker configuration for an Microsoft SQL server on Linux using docker-compose
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 file for more information.