Getting Started Template for Docker Users
- Wechaty is fully dockerized. So it will be very easy to be used as a MicroService.
- Clone this repository, then you will be able to use Docker to run Wechaty with ZERO configuration.
- Docker Installed
- Good Global Internet Connection
bash -x bin/docker-run-javascript-vanilla.sh
bash -x bin/docker-run-javascript-es6.sh
bash -x bin/docker-run-typescript.sh
Quick & easy install Docker via:
curl -sSL https://get.docker.com | sh
Or
wget -qO- https://get.docker.com/ | sh
Get to know more about Docker at: https://www.docker.com/
Thanks Docker, there's a official registry mirror in China, and you can use it by adding registry.docker-cn.com/
in front of the image name:
- docker pull zixia/wechaty
+ docker pull registry.docker-cn.com/zixia/wechaty
See Also:
- https://www.docker-cn.com/registry-mirror
- https://docs.docker.com/registry/recipes/mirror/#use-case-the-china-registry-mirror
- Code & Docs © 2018 Huan LI <[email protected]>
- Code released under the Apache-2.0 License
- Docs released under Creative Commons