mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 16:37:34 +00:00
Add new content and update versions
This commit is contained in:
@@ -11,7 +11,7 @@ Docker 提供了 `docker init` 命令,可以根据项目类型自动生成 Doc
|
||||
```bash
|
||||
$ docker init
|
||||
```
|
||||
该命令会交互式地询问项目类型 (如 Go、Node.js、Python、Rust 等),并生成符合最佳实践的配置文件。对于新项目,这是推荐的起步方式。
|
||||
该命令会交互式地询问项目类型(支持 Go、Node.js、Python、Rust、Java、ASP.NET Core、PHP 等),并生成符合最佳实践的配置文件。对于新项目,这是推荐的起步方式。
|
||||
|
||||
### 4.5.2 手动创建 Dockerfile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user