补充退出但不停止容器快捷键.

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-12-20 11:10:39 +08:00
parent c39d743bc6
commit 92556de703
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ docker export -o <tar file> <container name/id>
docker import <tar file> <repository>:<tag>
```
如果想退出容器但又不想让容器停止,使用 ctrl+p+q 即可。
### 容器操作
```sh