You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
____ __ __ _
| _ \ __\ \ / /__ _ __| | __
| | | |/ _ \ \ /\ / / _ \| '__| |/ /
| |_| | (_) \ V V / (_) | | | <
|____/ \___/ \_/\_/ \___/|_| |_|\_\
https://github.com/huan/docker-wxwork
+--------------+
/| /|
/ | / |
*--+-----------* |
| | | |
| | 盒装 | |
| | 企业 | |
| +-- 微信 ---+--+
| / | /
|/ |/
*--------------*
DoWork /dɑɑˈwɜːk/ (Docker-wxWork) is:
📦 a Docker image
🤐 for running PC Windows WeChat Work
💻 on your Linux desktop
💖 by one-line of command
🚀 Pulling the latest docker image...
Using default tag: latest
latest: Pulling from zixia/wxwork
Digest: sha256:4a76020fd8af4c86a897fa076926978dc3f9b36304d54e7ae141b18d0aec9521
Status: Image is up to date for zixia/wxwork:latest
docker.io/zixia/wxwork:latest
Maybe I found the reason why it will cause this issue.
When i turned on the debug macro, i found the program fall into endless-loop.
In the entrypoint.sh file the line 138, you will find that the script checks the user-group id.
if [ "$(id -u)" -ne '0' ]; then
i don't know the phenomenon in ubuntu 19, but, in ubuntu 18.04, when you run the bash script in root.
id -u will return 0, and set the global env is also invalid. so the function "setupUserGroup" in line 122 also will be invalid.
All in all, if you want to use wx-work in ubuntu 18.04, you must use your docker in user env.
🚀 Pulling the latest docker image...
Using default tag: latest
latest: Pulling from zixia/wxwork
Digest: sha256:4a76020fd8af4c86a897fa076926978dc3f9b36304d54e7ae141b18d0aec9521
Status: Image is up to date for zixia/wxwork:latest
docker.io/zixia/wxwork:latest
🚀 Pulling the latest docker image done.
🚀 Starting DoWork /dɑɑˈwɜːk/ ...
The text was updated successfully, but these errors were encountered: