V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
heguangyu5
V2EX  ›  PHP

PHP 编译器 BPC: Docker image bpc-base 可用了

  •  
  •   heguangyu5 · 200 天前 · 633 次点击
    这是一个创建于 200 天前的主题,其中的信息可能已经有所发展或是发生改变。

    当在 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
    

    docker-image-bpc-base-run-webman

    目前尚无回复
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2762 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 10:14 · PVG 18:14 · LAX 03:14 · JFK 06:14
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.