File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ module.exports = {
176
176
title : "在 IDE 中使用 Docker" ,
177
177
collapsable : false ,
178
178
children : [
179
- '/IDE /' ,
180
- '/IDE /vsCode' ,
179
+ '/ide /' ,
180
+ '/ide /vsCode' ,
181
181
] ,
182
182
} ,
183
183
] ,
Original file line number Diff line number Diff line change 145
145
* [ Drone] ( cases/ci/drone/README.md )
146
146
* [ 部署 Drone] ( cases/ci/drone/install.md )
147
147
* [ Travis CI] ( cases/ci/travis/README.md )
148
- * [ 在 IDE 中使用 Docker] ( IDE /README.md)
149
- * [ VS Code] ( IDE /vsCode.md)
148
+ * [ 在 IDE 中使用 Docker] ( ide /README.md)
149
+ * [ VS Code] ( ide /vsCode.md)
150
150
* [ Docker 开源项目] ( opensource/README.md )
151
151
* [ LinuxKit] ( opensource/linuxkit.md )
152
152
* [ podman - 下一代 Linux 容器工具] ( podman/README.md )
Original file line number Diff line number Diff line change 2
2
3
3
## 启用 Buildx
4
4
5
- ` buildx ` 命令属于实验特性,参考 [ 开启实验特性] ( ../install/experimental.md ) 一节开启 Docker CLI 实验特性。
5
+ ` buildx ` 命令属于实验特性,请参考 [ 开启实验特性] ( ../install/experimental.md ) 一节开启 Docker CLI 实验特性。
6
6
7
7
## 使用
8
8
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments