rama41222 / mssql-docker

ms sql on docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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