Skip to content

LabNow-ai/lab-dev

Repository files navigation

LabNow Container Image Stack - Lab Dev

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

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

Documentation & Tutorial

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

Develop and Debug

IMG="labnow/developer"
# IMG="quay.io/labnow/developer"

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

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

About

Building blocks for application development

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published