You've already forked docker-mailserver
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:
@@ -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
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user