将 Rust 中文资源 等 Rust 中文文档打包成 Docker 镜像,支持本地部署,方便随时预览学习!
更新时间:(2024-12-02 18:17:12)
docker pull wcjiang/rust-cn-document-for-docker
docker run --name rust-document \
--restart always -itd \
-p 9613:3000 \
wcjiang/rust-cn-document-for-docker:latest
在浏览器中访问以下 URL
http://localhost:9613/
http://localhost:9613/book/
http://localhost:9613/cargo/
http://localhost:9613/edition-guide/
http://localhost:9613/reference/
http://localhost:9613/rustdoc/
http://localhost:9613/rust-cookbook/
http://localhost:9613/std/std/
http://localhost:9613/rust-by-example-cn/
http://localhost:9613/nomicon/
http://localhost:9613/quick-reference/index.html
http://localhost:9613/quick-reference/docs/rust.html
http://localhost:9613/quick-reference/docs/cargo.html
http://localhost:9613/rust-course/index.html
http://localhost:9613/rusty-book/index.html
http://localhost:9613/comprehensive-rust/index.html
http://localhost:9613/chuxiuhong-rust-patterns-zh/index.html
http://localhost:9613/style-guide-cn/index.html
http://localhost:9613/hello-algo/chapter_preface/index.html
MIT © Kenny Wong