|
1 | | -# QPod Lab Dev - Docker Image Stack |
| 1 | +# LabNow Container Image Stack - Lab Dev |
2 | 2 |
|
3 | 3 | [](https://opensource.org/licenses/BSD-3-Clause) |
4 | | -[](https://github.com/QPod/lab-dev/actions/workflows/build-docker.yml) |
5 | | -[](https://github.com/QPod/lab-dev/stargazers) |
6 | | -[](https://hub.docker.com/u/qpod) |
| 4 | +[](https://github.com/LabNow-ai/lab-dev/actions/workflows/build-docker.yml) |
| 5 | +[](https://github.com/LabNow-ai/lab-dev/stargazers) |
| 6 | +[](https://hub.docker.com/u/labnow) |
7 | 7 |
|
8 | | -Please generously STAR★ our project or donate to us! [](https://github.com/QPod/lab-dev/stargazers) |
| 8 | +Please generously STAR★ our project or donate to us! [](https://github.com/LabNow-ai/lab-dev/stargazers) |
9 | 9 | [](https://paypal.me/haobibo) |
10 | 10 | [](https://raw.githubusercontent.com/wiki/haobibo/resources/img/Donate-AliPay.png) |
11 | 11 | [](https://raw.githubusercontent.com/wiki/haobibo/resources/img/Donate-WeChat.png) |
12 | 12 |
|
13 | 13 | Discussion and contributions are welcome: |
14 | 14 | [](https://discord.gg/kHUzgQxgbJ) |
15 | | -[](https://github.com/QPod/lab-dev/issues) |
| 15 | +[](https://github.com/LabNow-ai/lab-dev/issues) |
16 | 16 |
|
17 | 17 | ## Lab Dev - Building Blocks and IDEs for Application Development |
18 | 18 |
|
19 | | -`QPod lab-dev` ( [DockerHub](https://hub.docker.com/u/qpod) | [GitHub](https://github.com/QPod/lab-dev) ) provides Building Blocks and IDEs for Application Development. |
| 19 | +`LabNow lab-dev` ( [DockerHub](https://hub.docker.com/u/labnow) | [GitHub](https://github.com/LabNow-ai/lab-dev) ) provides Building Blocks and IDEs for Application Development. |
20 | 20 |
|
21 | 21 | ## Documentation & Tutorial |
22 | 22 |
|
23 | | -[Wiki & Document](https://qpod.github.io/) | [中文使用指引(含中国网络镜像)](https://qpod.github.io/docs/intro-cn) |
24 | | - |
25 | | -## Screenshot and Arch Diagram |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
| 23 | +[Wiki & Document](https://labnow.ai/) | [中文使用指引(含中国网络镜像)](https://labnow-ai.feishu.cn/wiki/wikcn0sBhMtb1KNRSUTettxWstc) |
30 | 24 |
|
31 | 25 | ## Develop and Debug |
32 | 26 |
|
33 | 27 | ```bash |
34 | | -IMG="qpod/developer" |
35 | | -# IMG="registry.cn-hangzhou.aliyuncs.com/qpod/developer" |
| 28 | +IMG="labnow/developer" |
| 29 | +# IMG="quay.io/labnow/developer" |
36 | 30 |
|
37 | 31 | docker run -d --restart=always \ |
38 | | - --name=QPod-lab-dev \ |
39 | | - --hostname=QPod \ |
| 32 | + --name=labnow-dev \ |
| 33 | + --hostname=LabNow \ |
40 | 34 | -p 18888-18890:8888-8890 \ |
41 | | - -v $(pwd):/root/lab-dev \ |
42 | | - -w /root/lab-dev \ |
| 35 | + -v $(pwd):/root/labnow \ |
| 36 | + -w /root/labnow \ |
43 | 37 | $IMG |
44 | 38 |
|
45 | | -sleep 5s && docker logs QPod-lab-dev 2>&1|grep token= |
| 39 | +sleep 5s && docker logs labnow-dev 2>&1|grep token= |
46 | 40 | ``` |
0 commit comments