Refresh k8s docker versions and references

This commit is contained in:
yeasy
2026-04-21 20:57:33 -07:00
parent 4b93651989
commit c9c72618c3
26 changed files with 379 additions and 98 deletions
+2 -2
View File
@@ -17,7 +17,7 @@
#### 使用 Debian 官方镜像
Debian 是一个也是一个常用的基础镜像
Debian 是一个常用的基础镜像
官方提供了大家熟知的 `debian` 镜像以及面向科研领域的 `neurodebian` 镜像可以使用 `docker run` 直接运行 `Debian` 镜像
@@ -25,7 +25,7 @@ Debian 是一个也是一个常用的基础镜像。
```bash
$ docker run -it debian bash
root@668e178d8d69:/# cat /etc/issue
Debian GNU/Linux 8
Debian GNU/Linux 12
```
`Debian` 镜像很适合作为基础镜像构建自定义镜像