ivanhao / pvetools

proxmox ve tools script(debian9+ can use it).Including email, samba, NFS set zfs max ram, nested virtualization ,docker , pci passthrough etc. for english user,please look the end of readme.
GNU General Public License v3.0
4.34k stars 536 forks source link

PVE8 Docker daemon can't be connected #92

Open Map1ed opened 11 months ago

Map1ed commented 11 months ago

Describe the bug 已经进行了换源,配置如下:

pve:/# cat /etc/apk/repositories 
http://mirrors.aliyun.com/alpine/v3.10/main/
http://mirrors.aliyun.com/alpine/v3.10/community/

之后使用apk手动安装docker之后,运行命令发现:

pve:/# docker info
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

To Reproduce Steps to reproduce the behavior:

  1. 在PVE8中安装chroot-alpine
  2. 首先需要配置软件源,之后使用apk安装docker
  3. docker包会被安装,但是无法启动相关服务
  4. 重启也无法解决无法连接的问题

Expected behavior 可以连接

Screenshots 见上

Desktop (please complete the following information):

Additional context 没有见过相关问题

igarashikenshin commented 6 months ago

same