浏览代码

Merge pull request #179 from unixfox/patch-1

Warn the user about installing mailcow on Debian 8
André Peters 8 年之前
父节点
当前提交
1dac309bff
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      docs/install.md

+ 2 - 0
docs/install.md

@@ -1,5 +1,7 @@
 ## Install mailcow
 ## Install mailcow
 
 
+**WARNING**: Please use Ubuntu 16.04 instead of Debian 8 or [switch to the kernel 4.9 from jessie backports](https://packages.debian.org/jessie-backports/linux-image-amd64) because there is a bug (kernel panic) with the kernel 3.16 when running docker containers with healthchecks! Full details here: [github.com/docker/docker/issues/30402](https://github.com/docker/docker/issues/30402) and [forum.mailcow.email/t/solved-mailcow-docker-causes-kernel-panic-edit/448](https://forum.mailcow.email/t/solved-mailcow-docker-causes-kernel-panic-edit/448)
+
 You need Docker and Docker Compose.
 You need Docker and Docker Compose.
 
 
 1\. Learn how to install [Docker](https://docs.docker.com/engine/installation/linux/) and [Docker Compose](https://docs.docker.com/compose/install/).
 1\. Learn how to install [Docker](https://docs.docker.com/engine/installation/linux/) and [Docker Compose](https://docs.docker.com/compose/install/).