Minimize Docker Size #119
-
Hi @raxod502 is it possible to minimize the Docker size. As per your setup documentation it says 40gb. I just need couple language support will that help reduce the Docker size ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, you can simply build only the languages that you want. There's a Docker image per language, and the total size is around 40 GB for all of them. If you only need the app server plus a few languages, it would only be a few GB. In the absence of #109, you can just delete the YAML files for the languages you don't need, and follow the standard instructions. See also #122. |
Beta Was this translation helpful? Give feedback.
Yes, you can simply build only the languages that you want. There's a Docker image per language, and the total size is around 40 GB for all of them. If you only need the app server plus a few languages, it would only be a few GB.
In the absence of #109, you can just delete the YAML files for the languages you don't need, and follow the standard instructions. See also #122.