parent
d4d09f5154
commit
67213bc2f5
|
@ -176,8 +176,8 @@ module.exports = {
|
||||||
title: "在 IDE 中使用 Docker",
|
title: "在 IDE 中使用 Docker",
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
children: [
|
children: [
|
||||||
'/IDE/',
|
'/ide/',
|
||||||
'/IDE/vsCode',
|
'/ide/vsCode',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
@ -145,8 +145,8 @@
|
||||||
* [Drone](cases/ci/drone/README.md)
|
* [Drone](cases/ci/drone/README.md)
|
||||||
* [部署 Drone](cases/ci/drone/install.md)
|
* [部署 Drone](cases/ci/drone/install.md)
|
||||||
* [Travis CI](cases/ci/travis/README.md)
|
* [Travis CI](cases/ci/travis/README.md)
|
||||||
* [在 IDE 中使用 Docker](IDE/README.md)
|
* [在 IDE 中使用 Docker](ide/README.md)
|
||||||
* [VS Code](IDE/vsCode.md)
|
* [VS Code](ide/vsCode.md)
|
||||||
* [Docker 开源项目](opensource/README.md)
|
* [Docker 开源项目](opensource/README.md)
|
||||||
* [LinuxKit](opensource/linuxkit.md)
|
* [LinuxKit](opensource/linuxkit.md)
|
||||||
* [podman - 下一代 Linux 容器工具](podman/README.md)
|
* [podman - 下一代 Linux 容器工具](podman/README.md)
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## 启用 Buildx
|
## 启用 Buildx
|
||||||
|
|
||||||
`buildx` 命令属于实验特性,参考 [开启实验特性](../install/experimental.md) 一节开启 Docker CLI 实验特性。
|
`buildx` 命令属于实验特性,请参考 [开启实验特性](../install/experimental.md) 一节开启 Docker CLI 实验特性。
|
||||||
|
|
||||||
## 使用
|
## 使用
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue