From 0b63ec0b1e90a7d5465415c62abdb260c9ace217 Mon Sep 17 00:00:00 2001 From: Graham Whaley Date: Sat, 28 Jul 2018 10:27:29 +0100 Subject: [PATCH] Dev: debug console: minor grammatical cleanups Minor rewords, that read better to my eyes. Signed-off-by: Graham Whaley --- Developer-Guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index 6d596cb7d4..3478892d0f 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -570,13 +570,13 @@ $ sudo docker info 2>/dev/null | grep -i "default runtime" | cut -d: -f2- | grep ## Set up a debug console -By default you cannot login to a virtual machine since this can be sensitive -from a security perspective. Also allowing logins would require additional +By default you cannot login to a virtual machine, since this can be sensitive +from a security perspective. Also, allowing logins would require additional packages in the rootfs, which would increase the size of the image used to boot the virtual machine. If you want to login to a virtual machine that hosts your containers, complete -the following steps, which assume a rootfs image. +the following steps, which assume the use of a rootfs image. ### Create a custom image containing a shell