From 276f199e4f3f2420db719ae1bb13d3920dbb9627 Mon Sep 17 00:00:00 2001 From: Steve Johnson Date: Mon, 1 Jan 2018 10:33:39 -0700 Subject: [PATCH] Updated Debugging (markdown) --- docs/content/config/troubleshooting/debugging.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/content/config/troubleshooting/debugging.md b/docs/content/config/troubleshooting/debugging.md index 2db116e6..af057040 100644 --- a/docs/content/config/troubleshooting/debugging.md +++ b/docs/content/config/troubleshooting/debugging.md @@ -20,6 +20,7 @@ neither in the dovecot logs 1. During setup, if you get errors trying to edit files inside of the container, you likely need to install vi: - `sudo su` - - `docker exec -it apt-get install -y vim` +``` bash +sudo su +docker exec -it apt-get install -y vim +```