Skip to content

QPod/lab-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5798180 · Dec 18, 2024

History

34 Commits
Nov 20, 2024
Nov 22, 2024
Nov 22, 2024
Dec 18, 2024
Nov 29, 2024
Dec 18, 2024
Nov 22, 2024
Feb 11, 2024
Jul 1, 2024
Feb 11, 2024
Jul 11, 2024
Mar 25, 2024

Repository files navigation

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=