Fix Debian dates and FAQ template syntax

This commit is contained in:
yeasy
2026-04-22 08:43:48 -07:00
parent 1836416263
commit 2392090f8b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ lrwxrwxrwx. 1 root root 15 11月 17 13:43 docker -> /storage/docker
首先使用下面的命令查看容器进程信息比如这里的 1234
```bash
$ docker inspect --format='{{. State.Pid}} ' $container_id
$ docker inspect --format='{{ .State.Pid }}' $container_id
1234
```
接下来 `/proc` 目录下把对应的网络命名空间文件链接到 `/var/run/netns` 目录