补充退出但不停止容器快捷键.
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
c39d743bc6
commit
92556de703
|
@ -61,6 +61,8 @@ docker export -o <tar file> <container name/id>
|
|||
docker import <tar file> <repository>:<tag>
|
||||
```
|
||||
|
||||
如果想退出容器但又不想让容器停止,使用 ctrl+p+q 即可。
|
||||
|
||||
### 容器操作
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Reference in New Issue