From cec89737dcaa0c7ba5c1596d800f895e2548f61b Mon Sep 17 00:00:00 2001 From: fly6516 Date: Tue, 25 Mar 2025 18:37:12 +0800 Subject: [PATCH] =?UTF-8?q?docs(README):=20=E6=9B=B4=E6=96=B0=E5=A4=9A?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=20Docker=20=E7=8E=AF=E5=A2=83=E7=9A=84?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E-=20=E5=9C=A8=20README=20?= =?UTF-8?q?=E4=B8=AD=E6=B7=BB=E5=8A=A0=E4=BA=86=20Docker=20Hub=20=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E9=93=BE=E6=8E=A5=20-=E5=A2=9E=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E9=A2=84=E6=9E=84=E5=BB=BA=E9=95=9C=E5=83=8F=E7=9A=84=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=96=B9=E6=B3=95=E8=AF=B4=E6=98=8E=20-=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E4=BA=86=E4=B8=AD=E8=8B=B1=E6=96=87=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E7=9A=84=E8=AF=B4=E6=98=8E=E5=86=85=E5=AE=B9=EF=BC=8C=E4=BD=BF?= =?UTF-8?q?=E5=85=B6=E6=9B=B4=E5=8A=A0=E6=B8=85=E6=99=B0=E6=98=93=E6=87=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40a88f0..52ded72 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,13 @@ ### Overview -This project provides a Docker-based multi-language compile environment. It is designed to support development in various programming languages such as C/C++, Java, Python, Node.js, Go, Rust, Ruby, PHP, Haskell, Perl, Lua, and .NET. +This project provides a Docker-based multi-language compile environment. It is designed to support development in various programming languages such as C/C++, Java, Python, Node.js, Go, Rust, Ruby, PHP, Haskell, Perl, Lua, and .NET. +**[Docker Hub](https://hub.docker.com/r/fly6516/multilang)** +- you can just use the prebuild images at multi-platform +- ```bash + docker pull fly6516/multilang + ``` +- you can use the pre-installed compilers and tools to compile and run your projects. The working directory is set to `/workspace`. ### Prerequisites - Docker (with Buildx support if needed) @@ -28,7 +34,7 @@ This project provides a Docker-based multi-language compile environment. It is d ``` ### Usage -Once inside the container, you can use the pre-installed compilers and tools to compile and run your projects. The working directory is set to `/workspace`. +Once inside the container, you can use the pre-installed compilers and tools to compile and run your projects. The working directory is set to `/workspace`. --- @@ -41,6 +47,12 @@ Once inside the container, you can use the pre-installed compilers and tools to ### 概述 该项目构建了一个基于 Docker 的多语言编译环境,支持 C/C++、Java、Python、Node.js、Go、Rust、Ruby、PHP、Haskell、Perl、Lua 以及 .NET 等多种语言的开发和编译。 +**[Docker Hub](https://hub.docker.com/r/fly6516/multilang)** +- 您可以在多平台下使用预构建的镜像。 +- ```bash + docker pull fly6516/multilang + ``` +- 您可以使用预先安装的编译器和工具来编译和运行您的项目。工作目录设置为 `/workspace`。 ### 前提条件 - 安装 Docker(如果需要可支持 Buildx)