title | author | categories | tags | ||
---|---|---|---|---|---|
Docker Wechaty Getting Started |
huan |
tutorial |
|
GitHub Repo: https://github.com/wechaty/docker-wechaty-getting-started
- Wechaty is fully dockerized. So it will be very easy to be used as a MicroService.
- Clone the above repository, then you will be able to use Docker to run Wechaty with ZERO configuration.
- Docker
- 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
Until then, enjoy!
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
Learn more about the docker CN mirror at: