当在 ubuntu 18.04 之外的 linux 发行版上运行 bpc 编译好的程序时,可能会由于缺少个别 .so
而无法运行.
现在可以使用 docker image bpc-base 来运行 bpc 编译好的程序了.
以前几天发布的 webman 为例.
wget https://github.com/heguangyu5/bpc-webman/releases/download/v0.1/start
chmod +x start
docker run -v `pwd`:/bpc-app -p 8787:8787 -it heguangyu5/bpc-base ./start start