In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)05/31 Report--
This article mainly explains "how to use Docker to run Wechat PC client under Linux", the content of the article is simple and clear, easy to learn and understand, now please follow the editor's train of thought slowly in depth, together to study and learn "how to use Docker to run Wechat PC client under Linux" bar!
DoChat (boxed Wechat) is a Docker-based Wechat PC Windows client under Linux. Of course, since it is containerized, it is theoretically feasible to run multiple clients.
It is recommended that you run using the Linux Ubuntu distribution (DoChat was developed using Ubuntu Desktop 19.10), and of course you need to install Docker (run sudo apt update & & apt install docker.io to install Docker for Ubuntu users).
To install it is also easy to start WeChat PC on the Linux desktop by running the following single-line command:
Curl-sL https://raw.githubusercontent.com/huan/docker-wechat/master/dochat.sh | bash
Just copy / paste the above single-line command to your terminal, then press Enter, and the Wechat PC version should soon appear on your XWindows desktop.
Also note that the above dochat.sh startup script cannot be run with uid 0 (root user). Running it with uid 0 will result in an endless loop that is difficult to kill from the terminal. If your user does not have the right to run docker, please add the user to docker group, sudo usermod-aG docker $USER. A restart may be required to make changes.
"in addition, it should be noted that a user said that after using the project, his Wechat account would be blocked. Although the final explanation was that he had read WeChat account wrong, whether there is a risk of blocking the account when using the project needs to be self-assessed. The relevant issue address: https://github.com/huan/docker-wechat/issues/55".
If you want to customize some behaviors, such as opening multiple Wechat PC clients on the desktop, you can modify the dochat.sh script yourself, such as the following docker command to persist data to the host machine:
Docker run\-name DoChat\-rm\-I\\-v "$HOME/DoChat/WeChat Files/":'/ home/user/WeChat Files/'\-v "$HOME/DoChat/Applcation Data":'/ home/user/.wine/drive_c/users/user/Application Data/'\-v / tmp/.X11-unix:/tmp/.X11-unix\\-e DISPLAY\\ -e XMODIFIERS=@im=fcitx\-e GTK_IM_MODULE=fcitx\-e QT_IM_MODULE=fcitx\-e GID= "$(id-g)"\-e UID= "$(id-u)"\-- ipc=host\-- privileged\\ zixia/wechat Thank you for your reading The above is the content of "how to use Docker to run Wechat PC client under Linux". After the study of this article, I believe you have a deeper understanding of how to use Docker to run Wechat PC client under Linux, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.