2
0
Эх сурвалжийг харах

Merge pull request #179 from unixfox/patch-1

Warn the user about installing mailcow on Debian 8
André Peters 8 жил өмнө
parent
commit
1dac309bff
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      docs/install.md

+ 2 - 0
docs/install.md

@@ -1,5 +1,7 @@
 ## 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.
 
 1\. Learn how to install [Docker](https://docs.docker.com/engine/installation/linux/) and [Docker Compose](https://docs.docker.com/compose/install/).