Updated Debugging (markdown)

This commit is contained in:
Steve Johnson 2018-01-01 10:33:39 -07:00
parent 11e5262b09
commit 276f199e4f
1 changed files with 4 additions and 3 deletions

View File

@ -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: 1. During setup, if you get errors trying to edit files inside of the container, you likely need to install vi:
`sudo su` ``` bash
sudo su
`docker exec -it <mycontainer> apt-get install -y vim` docker exec -it <mycontainer> apt-get install -y vim
```