typora/note/工具集/docker空容器常驻运行.md
2024-12-12 10:48:55 +08:00

7 lines
82 B
Markdown

### 睡眠
```bash
docker run -d --name container-name image:tags sleep inf
```