You are not logged in.
hello, My system is Archlinux+openbox+tint2. I am trying to run wechat in docker ! but I met some problems!
I visit this site: https://blog.csdn.net/iwanvan/article/d … nt_index=9
I also visit this: https://github.com/top-bettercode/docker-wechat
First I installed docker and reboot, then I run three commands:
command1:docker pull bestwu/wechat
command2:xhost +
command3:
docker run -d --name wechat --device /dev/snd --privileged --ipc=host \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $HOME/WeChatFiles:/WeChatFiles \
-e DISPLAY=unix$DISPLAY \
-e XMODIFIERS=@im=fcitx \
-e QT_IM_MODULE=fcitx \
-e GTK_IM_MODULE=fcitx \
-e AUDIO_GID=`getent group audio | cut -d: -f3` \
-e GID=`id -g` \
-e UID=`id -u` \
bestwu/wechat
————————————————
the output is :
fe2408139f07b99d7f696030b716ddf7192a5b0dbbc8f907d02ee0af3e46eb14
docker: Error response from daemon: failed to create endpoint wechat on network bridge: failed to add the host (veth46a0b93) <=> sandbox (veth8f24d0c) pair interfaces: operation not supported.
How to solve it! please help me!!!
Offline
Somebody tell me to reboot system! So I did it. those error disappeared! But wechat also can not run normally! the output info is:
❯ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
bestwu/wechat latest e0d1be7e13bf 16 months ago 865MB
❯ docker run -d --name wechat --device /dev/snd --privileged --ipc=host \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $HOME/WeChatFiles:/WeChatFiles \
-e DISPLAY=unix$DISPLAY \
-e XMODIFIERS=@im=fcitx \
-e QT_IM_MODULE=fcitx \
-e GTK_IM_MODULE=fcitx \
-e AUDIO_GID=`getent group audio | cut -d: -f3` \
-e GID=`id -g` \
-e UID=`id -u` \
bestwu/wechat
2e5429435cf2c2b4374a0d9ed205bf903b55c20a4632325416adfa4728f671a5
❯
Last edited by Orsenheim (2022-06-01 12:44:00)
Offline
please help me!
Offline
please help me!
Don't do that. https://wiki.archlinux.org/title/Genera … es#Bumping
Offline
I know! I am so sorry !! I do make an apologize!!!
Can anyone help me to run wechat in docker!!!
Last edited by Orsenheim (2022-06-01 13:58:44)
Offline