Updated Debugging (markdown)

Steve Johnson 2018-01-01 10:33:39 -07:00
parent 805d1859a9
commit 55d7b231eb

@ -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 <mycontainer> apt-get install -y vim`
``` bash
sudo su
docker exec -it <mycontainer> apt-get install -y vim
```