add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

17
pages.zh/linux/genie.md Normal file
View File

@@ -0,0 +1,17 @@
# genie
> 设置并使用“瓶子”命名空间在 WSLWindows 子系统 Linux下运行 systemd。
> 要从 Windows 而不是已经运行的发行版中运行这些命令,请在前面加上 `wsl`。
> 更多信息:<https://github.com/arkane-systems/genie>。
- 初始化瓶子(首次运行时):
`genie -i`
- 在瓶子内运行登录 shell
`genie -s`
- 在瓶子内运行指定命令:
`genie -c {{command}}`