docker开启otter 服务单向同步数据
https://github.com/alibaba/otter/wiki/Docker_QuickStart
https://github.com/alibaba/otter
docker pull canal/otter-all
curl -fsSL https://raw.githubusercontent.com/alibaba/otter/master/docker/run.sh | bash
- 看到successful之后,就代表otter整体启动成功,就可以访问对应manager链接的地址,默认是 http://${host}:8080/
- https://blog.csdn.net/warrah/article/details/78579335