huan / docker-wechat

DoChat is a Dockerized WeChat (盒装微信) PC Windows Client for Linux
https://hub.docker.com/r/zixia/wechat
Apache License 2.0
2.25k stars 203 forks source link

安装后似乎安装失败无法启动 #105

Open hasibagen opened 3 years ago

hasibagen commented 3 years ago

(base) jade@jade:~$ curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh | bash

   ____         ____ _           _
  |  _ \  ___  / ___| |__   __ _| |_
  | | | |/ _ \| |   | '_ \ / _` | __|
  | |_| | (_) | |___| | | | (_| | |_
  |____/ \___/ \____|_| |_|\__,_|\__|

  https://github.com/huan/docker-wechat

            +--------------+
           /|             /|
          / |            / |
         *--+-----------*  |
         |  |           |  |
         |  |   盒装    |  |
         |  |   微信    |  |
         |  +-----------+--+
         | /            | /
         |/             |/
         *--------------*

  DoChat /dɑɑˈtʃæt/ (Docker-weChat) is:

  📦 a Docker image
  🤐 for running PC Windows WeChat
  💻 on your Linux desktop
  💖 by one-line of command

🚀 Pulling the docker image...

Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.24/images/create?fromImage=zixia%2Fwechat&tag=2.7.1.85: dial unix /var/run/docker.sock: connect: permission denied (base) jade@jade:~$ sudo curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh | bash [sudo] password for jade: (base) jade@jade:~$ sudo curl -sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh | bash (base) jade@jade:~$ wechat

Command 'wechat' not found, did you mean:

command 'weechat' from deb weechat-curses (2.8-1)

Try: sudo apt install

(base) jade@jade:~$ DOCHAT_SKIP_PULL=true ./dochat.sh bash: ./dochat.sh: No such file or directory (base) jade@jade:~$ dochat

Command 'dochat' not found, did you mean:

command 'gochat' from snap gochat (1.0.1)

See 'snap info ' for additional versions.

(base) jade@jade:~$ dochat.sh dochat.sh: command not found

我的系统版本是ubuntu20.04 ,docker版本是20.10.sudo docker image ls 后也没有相关镜像。

wlnirvana commented 3 years ago

It seems your current user is not in the docker group. As a result, docker (when run as current user) fails to pull the image