Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
systemctl start docker
systemctl enable docker
systemctl restart docker
Your kernel does not support swap memory limit
journalctl -fu docker
vim /etc/default/grub
添加
GRUB_CMDLINE_LINUX="cgroup_enable=memory swapaccount=1"
sudo update-grub