Skip to content

Commit

Permalink
Update DEVELOPER.md Using Docker section
Browse files Browse the repository at this point in the history
  • Loading branch information
jskim committed Nov 6, 2018
1 parent b92ad69 commit a404b47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,6 @@ All the tests are executed on our Continuous Integration infrastructure and a PR
To run your tests you need dbms installed on your machine. Alternatively, you can use docker
with all dbms images inside it. To use dbms for your tests from docker simply run `docker-compose up`
in the root of the project. Once all images are fetched and run you can run tests.
- The docker image of mssql-server needs at least 3.25GB of RAM.
- Make sure to assign enough memory to the Docker VM if you're running on Docker for Mac or Windows

0 comments on commit a404b47

Please sign in to comment.