Hello,
I just updated to Plesk Onyx and installed docker.
When trying to click on the "Docker" button on the panel I get the following error:
roughly translated:
Following informations about my system:
docker.log:
So I guess we have a problem with the filesystem here?
What other steps could I do? Plesk doesn't say that there are any updates I have to do and I had no error while installing Docker.
Thanks in advance!
I just updated to Plesk Onyx and installed docker.
When trying to click on the "Docker" button on the panel I get the following error:
Fehler: Der Docker Dienst ist nicht verfügbar: Connection refused
roughly translated:
.Error: The Docker service is not available: Connection refused
Following informations about my system:
$ plesk version
Product version: Plesk Onyx 17.0.17
Build date: 2016/11/17 16:00
OS version: Ubuntu 14.04
Revision: ab6766191d3ba26e7b21255ab007fc7fc56d84c6
Architecture: 64-bit
Wrapper version: 1.2
$ sudo service docker status
docker start/running, process 25081
docker.log:
time="2016-11-25T12:52:06.595267526+01:00" level=error msg="'overlay' not found as a supported filesystem on this host. Please ensure kernel is new enough and has overlay support loaded."
time="2016-11-25T12:52:06.597075143+01:00" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2016-11-25T12:52:06.597573142+01:00" level=warning msg="Your kernel does not support oom control."
time="2016-11-25T12:52:06.597593438+01:00" level=warning msg="Your kernel does not support memory swappiness."
time="2016-11-25T12:52:06.597608185+01:00" level=warning msg="Your kernel does not support kernel memory limit."
time="2016-11-25T12:52:06.597620543+01:00" level=warning msg="Unable to find cpu cgroup in mounts"
time="2016-11-25T12:52:06.597660688+01:00" level=warning msg="Unable to find cpuset cgroup in mounts"
time="2016-11-25T12:52:06.597697857+01:00" level=warning msg="mountpoint for pids not found"
time="2016-11-25T12:52:06.597794226+01:00" level=fatal msg="Error starting daemon: Devices cgroup isn't mounted"
mount: wrong fs type, bad option, bad superblock on cgroup,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount.<type> helper program)
In some cases useful info is found in syslog - try
dmesg | tail or so
/var/run/docker.sock is up
time="2016-11-25T12:52:06.649401287+01:00" level=info msg="libcontainerd: new containerd process, pid: 29372"
So I guess we have a problem with the filesystem here?
$ mount
/dev/vzfs on / type vzfs (rw,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
none on /dev type devtmpfs (rw,nosuid,noexec,relatime,mode=755)
none on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime)
none on /sys/fs/cgroup type tmpfs (rw,relatime,size=4k,mode=755)
none on /run type tmpfs (rw,nosuid,noexec,relatime,size=419432k,mode=755)
none on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
none on /run/shm type tmpfs (rw,relatime)
none on /run/user type tmpfs (rw,nosuid,nodev,noexec,relatime,size=102400k,mode=755)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,relatime,blkio,name=beancounter)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,relatime,memory)
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
$ uname -r
3.13.0-042stab113.21
What other steps could I do? Plesk doesn't say that there are any updates I have to do and I had no error while installing Docker.
Thanks in advance!