This commit is contained in:
2025-12-27 11:44:50 +08:00
commit ccd43fac1f
1193 changed files with 384161 additions and 0 deletions
@@ -0,0 +1,8 @@
```bash
$ docker create --name showdoc --user=root \
--privileged=true \
--net svcnet \
--add-host=api.openai.com:192.168.5.186 \
-v /home/showdoc_data/html:/var/www/html/ star7th/showdoc
```