Fix Debian dates and FAQ template syntax

This commit is contained in:
yeasy
2026-04-22 08:43:48 -07:00
parent 1fc64ab875
commit ac92e6c536
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Debian 以其稳定性著称,是 Docker 的理想宿主系统。本节将指
Docker 支持以下版本的 [Debian](https://www.debian.org/intro/about) 操作系统: Docker 支持以下版本的 [Debian](https://www.debian.org/intro/about) 操作系统:
* Debian Trixie 13 (stable) * Debian Trixie 13 (stable)
* Debian Bookworm 12 (oldstable全面支持至 2026 6 LTS 2028 6 ) * Debian Bookworm 12 (oldstable全面支持至 2026 6 10 LTS 2028 6 30 )
* Debian Bullseye 11 (oldoldstableLTS 支持至 2026 8 31 ) * Debian Bullseye 11 (oldoldstableLTS 支持至 2026 8 31 )
> **注意**Debian Bullseye 11 将于 2026 8 月底结束长期支持建议新部署使用 Bookworm 12 Trixie 13 > **注意**Debian Bullseye 11 将于 2026 8 月底结束长期支持建议新部署使用 Bookworm 12 Trixie 13
+1 -1
View File
@@ -183,7 +183,7 @@ lrwxrwxrwx. 1 root root 15 11月 17 13:43 docker -> /storage/docker
首先使用下面的命令查看容器进程信息比如这里的 1234 首先使用下面的命令查看容器进程信息比如这里的 1234
```bash ```bash
$ docker inspect --format='{{. State.Pid}} ' $container_id $ docker inspect --format='{{ .State.Pid }}' $container_id
1234 1234
``` ```
接下来 `/proc` 目录下把对应的网络命名空间文件链接到 `/var/run/netns` 目录 接下来 `/proc` 目录下把对应的网络命名空间文件链接到 `/var/run/netns` 目录