Dukemaster
Regular Pleskian
Hi,
since I changed my server I have a problem running docker. In Plesk control panel I get the message that there is no local docker node. The Plesk support link is empty.
I searched a lot and want to show you all of my output in the last box.
On my old server docker was running from the beginning. The new one has hardware raid, don't know if this is the reason, why docker isn't running.
Could You help me to solve this problem, please?
Is it true to simply have to run:
The other warnings I also don't know how to solve:
since I changed my server I have a problem running docker. In Plesk control panel I get the message that there is no local docker node. The Plesk support link is empty.
I searched a lot and want to show you all of my output in the last box.
On my old server docker was running from the beginning. The new one has hardware raid, don't know if this is the reason, why docker isn't running.
Could You help me to solve this problem, please?
Is it true to simply have to run:
Code:
unmount /var/lib/docker/tmp/docker-aufs-union784040076
The other warnings I also don't know how to solve:
Code:
WARN[0001] Your kernel does not support swap memory limit
WARN[0001] Your kernel does not support cgroup rt period
WARN[0001] Your kernel does not support cgroup rt runtime
Code:
root@server:~# systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2018-04-21 14:26:43 CEST; 2 days ago
Docs: https://docs.docker.com
Main PID: 2491 (dockerd)
CGroup: /system.slice/docker.service
├─2491 /usr/bin/dockerd -H fd://
└─3484 docker-containerd -l unix:///var/run/docker/libcontainerd/docker-containerd.sock --metrics-interval=0 --start-timeout 2m --state-dir /var/run/docker/l
Apr 21 14:26:42 server.example.com dockerd[2491]: time="2018-04-21T14:26:42.454274675+02:00" level=warning msg="Your kernel does not support cgroup rt period"
Apr 21 14:26:42 server.example.com dockerd[2491]: time="2018-04-21T14:26:42.454280667+02:00" level=warning msg="Your kernel does not support cgroup rt runtime"
Apr 21 14:26:42 server.example.com dockerd[2491]: time="2018-04-21T14:26:42.454496900+02:00" level=info msg="Loading containers: start."
Apr 21 14:26:42 server.example.com dockerd[2491]: time="2018-04-21T14:26:42.693920078+02:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.
Apr 21 14:26:42 server.example.com dockerd[2491]: time="2018-04-21T14:26:42.711472547+02:00" level=info msg="Loading containers: done."
Apr 21 14:26:42 server.example.com dockerd[2491]: time="2018-04-21T14:26:42.722403018+02:00" level=warning msg="Couldn't run auplink before unmount /var/lib/docker/tmp/dock
Apr 21 14:26:43 server.example.com dockerd[2491]: time="2018-04-21T14:26:43.261676135+02:00" level=info msg="Daemon has completed initialization"
Apr 21 14:26:43 server.example.com dockerd[2491]: time="2018-04-21T14:26:43.261696206+02:00" level=info msg="Docker daemon" commit=89658be graphdriver=aufs version=17.05.0-
Apr 21 14:26:43 server.example.com dockerd[2491]: time="2018-04-21T14:26:43.265587092+02:00" level=info msg="API listen on /var/run/docker.sock"
Apr 21 14:26:43 server.example.com systemd[1]: Started Docker Application Container Engine.
root@server:~# ^C
root@server:~# ll /usr/bin | grep docker
-rwxr-xr-x 1 root root 18454184 May 5 2017 docker*
-rwxr-xr-x 1 root root 11422736 May 5 2017 docker-containerd*
-rwxr-xr-x 1 root root 10575776 May 5 2017 docker-containerd-ctr*
-rwxr-xr-x 1 root root 1976648 May 5 2017 docker-containerd-shim*
-rwxr-xr-x 1 root root 38005136 May 5 2017 dockerd*
-rwxr-xr-x 1 root root 862296 May 5 2017 docker-init*
-rwxr-xr-x 1 root root 2573800 May 5 2017 docker-proxy*
-rwxr-xr-x 1 root root 8199696 May 5 2017 docker-runc*
root@server:~# docker --version
Docker version 17.05.0-ce, build 89658be
root@server:~# dockerd --version
Docker version 17.05.0-ce, build 89658be
root@server:~# docker-containerd --version
containerd version 0.2.3 commit: 9048e5e50717ea4497b757314bad98ea3763c145
root@server:~# docker-containerd-ctr --version
ctr version 0.2.3 commit: 9048e5e50717ea4497b757314bad98ea3763c145
root@server:~# docker-init --version
tini version 0.13.0 - git.949e6fa
root@server:~# docker-runc --version
runc version 1.0.0-rc2
commit: 9c2d8d184e5da67c95d601382adf14862e4f2228
spec: 1.0.0-rc2-dev
root@server:~# uname -a
Linux server.arox.eu 4.4.0-119-generic #143-Ubuntu SMP Mon Apr 2 16:08:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
root@server:~# file /usr/bin/docker-runc
/usr/bin/docker-runc: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=2618bd80978a596bc84c4dc8cf81be9cebef43ce, not stripped
root@server:~# docker daemon -D
Command "daemon" is deprecated, and will be removed in Docker 17.12. Please run `dockerd` directly.
Error starting daemon: pid file found, ensure docker is not running or delete /var/run/docker.pid
root@server:~# dockerd
Error starting daemon: pid file found, ensure docker is not running or delete /var/run/docker.pid
root@server:~# service docker stop
root@server:~# dockerd
INFO[0000] libcontainerd: new containerd process, pid: 30209
WARN[0000] containerd: low RLIMIT_NOFILE changing to max current=1024 max=1048576
WARN[0001] failed to rename /var/lib/docker/tmp for background deletion: %!s(<nil>). Deleting synchronously
INFO[0001] [graphdriver] using prior storage driver: aufs
INFO[0001] Graph migration to content-addressability took 0.00 seconds
WARN[0001] Your kernel does not support swap memory limit
WARN[0001] Your kernel does not support cgroup rt period
WARN[0001] Your kernel does not support cgroup rt runtime
INFO[0001] Loading containers: start.
INFO[0001] Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address
INFO[0001] Loading containers: done.
WARN[0001] Couldn't run auplink before unmount /var/lib/docker/tmp/docker-aufs-union784040076: exec: "auplink": executable file not found in $PATH
INFO[0001] Daemon has completed initialization
INFO[0001] Docker daemon commit=89658be graphdriver=aufs version=17.05.0-ce
INFO[0001] API listen on /var/run/docker.sock
^CINFO[0151] Processing signal 'interrupt'
INFO[0151] stopping containerd after receiving terminated
root@server:~# ^C
root@server:~#
Last edited: