Update DEVELOPER.md Using Docker section

This commit is contained in:
jskim 2018-11-06 22:18:01 +09:00
parent b92ad69987
commit a404b47b32

View File

@ -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