From b161ad7afd0b62a3ff5f5091d6c27321ee752bba Mon Sep 17 00:00:00 2001 From: sickcodes <65906298+sickcodes@users.noreply.github.com> Date: Wed, 31 Mar 2021 09:10:12 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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 `. For example, to kill everything, `docker ps | xargs docker kill`.** + Native QEMU VNC example ```bash