aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-03-31 09:10:12 +0000
committerGitHub <[email protected]>2021-03-31 09:10:12 +0000
commitb161ad7afd0b62a3ff5f5091d6c27321ee752bba (patch)
tree423b4bdd7790838f3295ef3c3ad6185cfa64c50d /README.md
parentBig Sur auto preparations (diff)
downloaddocker-osx-b161ad7afd0b62a3ff5f5091d6c27321ee752bba.tar.xz
docker-osx-b161ad7afd0b62a3ff5f5091d6c27321ee752bba.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0db33be..6b5583c 100644
--- a/README.md
+++ b/README.md
@@ -172,6 +172,8 @@ In that case, **remove** the two lines in your command:
**Must change -it to -i to be able to interact with the QEMU console**
+**To exit a container using -i you must `docker kill <containerid>`. For example, to kill everything, `docker ps | xargs docker kill`.**
+
Native QEMU VNC example
```bash