mirror of https://github.com/grafana/grafana.git
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:
parent
8024a6aa9f
commit
2db3464044
|
@ -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`
|
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
|
### Dev config
|
||||||
|
|
||||||
Create a custom.ini in the conf directory to override default configuration options.
|
Create a custom.ini in the conf directory to override default configuration options.
|
||||||
|
|
Loading…
Reference in New Issue