From 2db346404481528b9d35edd9da34c16a00e845a9 Mon Sep 17 00:00:00 2001 From: Minamiya_Natsuki Date: Fri, 30 Nov 2018 12:59:10 +0800 Subject: [PATCH] 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 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5882ea8a6a3..ffe095aa010 100644 --- a/README.md +++ b/README.md @@ -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.