https://github.com/rama41222/mssql-docker
ms sql on docker
https://github.com/rama41222/mssql-docker
docker ms-sql mssql-database mssql-docker
Last synced: about 1 month ago
JSON representation
ms sql on docker
- Host: GitHub
- URL: https://github.com/rama41222/mssql-docker
- Owner: rama41222
- Created: 2019-01-24T14:00:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-03T22:20:58.000Z (about 6 years ago)
- Last Synced: 2025-12-30T11:35:59.163Z (5 months ago)
- Topics: docker, ms-sql, mssql-database, mssql-docker
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MS Sql on mac
===================
Setup
-------------
Note: Each of these steps should be performed in the root directory.
- Create a .env `mv .env.template .env`
- Add the suitable values
```
ACCEPT_EULA=Y
SA_PASSWORD=your password
```
## Running on Docker
| Script | Description |
| --------------- | ----------------------------------------------- |
| `docker-compose down` | Remove all the resources created by docker compose previously |
| `docker-compose run -d --rm --service-ports mssql` | Run the application in background |
| `docker-compose run --rm --service-ports mssql` | Run the app in foreground |
###### More on [service ports](https://docs.docker.com/compose/reference/run/)