Update README.md

add notice to MacOS Docker user, if docker  memory limit is less than 2GiB, build process may fail when run ./node_modules/.bin/grunt build
This commit is contained in:
Minamiya_Natsuki 2018-11-30 12:59:10 +08:00 committed by GitHub
parent 8024a6aa9f
commit 2db3464044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,6 +90,8 @@ Choose this option to build on platforms other than linux/amd64 and/or not have
The resulting image will be tagged as `grafana/grafana:dev`
Notice: If you are using Docker for MacOS, be sure to let limit of Memory bigger than 2 GiB, otherwize you may faild at `grunt build`
### Dev config
Create a custom.ini in the conf directory to override default configuration options.