mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.94k stars 1.17k forks source link

docker-compose up -d ends up in errors #778

Closed martster closed 6 years ago

martster commented 6 years ago

Hi,

I tried to set up mailcow:dockerized. I followed the steps in the installation documentation. Always I try docker-compose up -d I get the below errors:

Creating network "mailcowdockerized_mailcow-network" with driver "bridge"
Creating volume "mailcowdockerized_crypt-vol-1" with default driver
Creating volume "mailcowdockerized_redis-vol-1" with default driver
Creating volume "mailcowdockerized_vmail-vol-1" with default driver
Creating volume "mailcowdockerized_postfix-vol-1" with default driver
Creating volume "mailcowdockerized_rspamd-vol-1" with default driver
Creating volume "mailcowdockerized_mysql-vol-1" with default driver
Creating volume "mailcowdockerized_dkim-vol-1" with default driver
Creating mailcowdockerized_postfix-mailcow_1 ...
Creating mailcowdockerized_dockerapi-mailcow_1 ...
Creating mailcowdockerized_redis-mailcow_1 ...
Creating mailcowdockerized_ipv6nat_1 ...
Creating mailcowdockerized_postfix-mailcow_1
Creating mailcowdockerized_watchdog-mailcow_1 ...
Creating mailcowdockerized_mysql-mailcow_1 ...
Creating mailcowdockerized_dockerapi-mailcow_1
Creating mailcowdockerized_ipv6nat_1
Creating mailcowdockerized_redis-mailcow_1
Creating mailcowdockerized_clamd-mailcow_1 ...
Creating mailcowdockerized_sogo-mailcow_1 ...
Creating mailcowdockerized_dovecot-mailcow_1 ...
Creating mailcowdockerized_memcached-mailcow_1 ...
Creating mailcowdockerized_watchdog-mailcow_1
Creating mailcowdockerized_mysql-mailcow_1
Creating mailcowdockerized_clamd-mailcow_1
Creating mailcowdockerized_dovecot-mailcow_1
Creating mailcowdockerized_sogo-mailcow_1
Creating mailcowdockerized_ipv6nat_1 ... error

Creating mailcowdockerized_clamd-mailcow_1 ... error

Creating mailcowdockerized_memcached-mailcow_1 ... error

Creating mailcowdockerized_dockerapi-mailcow_1 ... error

Creating mailcowdockerized_redis-mailcow_1 ... error

Creating mailcowdockerized_watchdog-mailcow_1 ... error

Creating mailcowdockerized_mysql-mailcow_1 ... error

Creating mailcowdockerized_sogo-mailcow_1 ... error

Creating mailcowdockerized_postfix-mailcow_1 ... error

Creating mailcowdockerized_dovecot-mailcow_1 ... error

ERROR: for mailcowdockerized_dovecot-mailcow_1  Cannot start service dovecot-mailcow: cgroups: cannot found cgroup mount destination: unknown

ERROR: for memcached-mailcow  Cannot start service memcached-mailcow: cgroups: cannot found cgroup mount destination: unknown

ERROR: for postfix-mailcow  Cannot start service postfix-mailcow: cgroups: cannot found cgroup mount destination: unknown

ERROR: for mysql-mailcow  Cannot start service mysql-mailcow: cgroups: cannot found cgroup mount destination: unknown

ERROR: for redis-mailcow  Cannot start service redis-mailcow: cgroups: cannot found cgroup mount destination: unknown

ERROR: for clamd-mailcow  Cannot start service clamd-mailcow: cgroups: cannot found cgroup mount destination: unknown

ERROR: for dockerapi-mailcow  Cannot start service dockerapi-mailcow: cgroups: cannot found cgroup mount destination: unknown

ERROR: for watchdog-mailcow  Cannot start service watchdog-mailcow: cgroups: cannot found cgroup mount destination: unknown

ERROR: for sogo-mailcow  Cannot start service sogo-mailcow: cgroups: cannot found cgroup mount destination: unknown

ERROR: for dovecot-mailcow  Cannot start service dovecot-mailcow: cgroups: cannot found cgroup mount destination: unknown

ERROR: for ipv6nat  Cannot start service ipv6nat: cgroups: cannot found cgroup mount destination: unknown
ERROR: Encountered errors while bringing up the project.

I disabled the firewall but the errors still occur. I set enable_ipv6: false under networks in docker-compose.yml but it does not help. Can anybody help?

martster commented 6 years ago

I downgraded the docker version to 17.06.2. I started my containers again with docker-compose up -d and everthing works well without problems. It seems that my OpenVZ-Server does not provide every Kernel Feature which the newest Docker-Version needs. Obviously this is a Docker issue. Issue can be closed.