1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-10 23:12:02 +02:00

Updated Debugging (markdown)

This commit is contained in:
Steve Johnson
2018-01-01 10:33:39 -07:00
parent 11e5262b09
commit 276f199e4f

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
```