8000 能否增加Docker容器运行WeChat到系统桌面上,就像DoChat一样 · Issue #22 · RICwang/docker-wechat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

能否增加Docker容器运行WeChat到系统桌面上,就像DoChat一样 #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
crazyn2 opened this issue Dec 24, 2024 · 0 comments
< 6CFD /div>

Comments

@crazyn2
Copy link
crazyn2 commented Dec 24, 2024

能否增加Docker容器运行WeChat到系统桌面上,就像DoChat一样,命令如下

docker run -i \
    --name wechat_container_demo \
    -v $PWD/.xwechat:/root/.xwechat \
    -v $PWD/xwechat_files:/root/xwechat_files \
    -v $PWD/downloads:/root/downloads \
    -v /dev/snd:/dev/snd \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -e DISPLAY \
    -e LANG=zh_CN.UTF-8 \
    -e XMODIFIERS=@im=fcitx \
    -e GTK_IM_MODULE=fcitx \
    -e QT_IM_MODULE=fcitx \
    -e GID="$(id -g)" \
    -e UID="$(id -u)" \
    --ipc=host \
    -e WEB_AUDIO=1 \
    -e TZ=Asia/Shanghai \
    --privileged \
    ricwang/docker-wechat:latest

我运行了下,发现直接报错,估计启动脚本需要修改下才行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant
0