/lab-dev

Building blocks for application development

Primary LanguageShellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

QPod Lab Dev - Docker Image Stack

License GitHub Workflow Status Recent Code Update Visit Images on DockerHub

Please generously STAR★ our project or donate to us! GitHub Starts Donate-PayPal Donate-AliPay Donate-WeChat

Discussion and contributions are welcome: Join the Discord Chat Open an Issue on GitHub

Lab Dev - Building Blocks and IDEs for Application Development

QPod lab-dev ( DockerHub | GitHub ) provides Building Blocks and IDEs for Application Development.

Documentation & Tutorial

Wiki & Document | 中文使用指引(含**网络镜像)

Screenshot and Arch Diagram

Screenshot of QPod

Arch Diagram for QPod DevBox

Develop and Debug

IMG="qpod/developer"
# IMG="registry.cn-hangzhou.aliyuncs.com/qpod/developer"

docker run -d --restart=always \
    --name=QPod-lab-dev \
    --hostname=QPod \
    -p 18888-18890:8888-8890 \
    -v $(pwd):/root/lab-dev \
    -w /root/lab-dev \
    $IMG

sleep 5s && docker logs QPod-lab-dev 2>&1|grep token=