typora/note/工具集/docker空容器常驻运行.md

7 lines
82 B
Markdown
Raw Permalink Normal View History

2024-12-11 21:48:55 -05:00
### 睡眠
```bash
docker run -d --name container-name image:tags sleep inf
```