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.24k stars 203 forks source link

Add support for Podman users to run DoChat Out-of-box #218

Open 8ar10der opened 10 months ago

8ar10der commented 10 months ago

This pull request adds a new boot script (dochat_podman.sh) and a patch file (dochat_podman.patch) for Podman users to use DoChat without any modification.

Podman is a daemonless container engine that can run on Linux systems. I have tested the new script on my Ubuntu 22.04 and Arch Linux laptop, and it works well.

The patch file shows the differences between the original dochat.sh and the new dochat_podman.sh. It can also be used for the CI/CD in the future.

I hope this pull request can be merged to the main branch and benefit more Podman users. Thank you.

CLAassistant commented 10 months ago

CLA assistant check
All committers have signed the CLA.