问题现象
library initialization failed - unable to allocate file descriptor table - out of memory
解决方案
$ sudo vim /usr/lib/systemd/system/docker.service
>>>
#change this line
ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
#to
ExecStart=/usr/bin/dockerd --de[......]