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:
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue