mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-12-28 07:55:17 +00:00
Updated Debugging (markdown)
parent
805d1859a9
commit
55d7b231eb
@ -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
Block a user