Updated Debugging (markdown)
This commit is contained in:
parent
11e5262b09
commit
276f199e4f
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue