🐳Docker information
To load the Velocity MTA Docker image, run the following command in the velocity-install directory
To verify you have the Velocity MTA Docker image loaded, run the following command:
To restart Velocity MTA:
./restart.sh
To view running Docker containers and their resource utilization, run the following command:
To view Docker logs since Velocity MTA was last started run:
docker logs edcom-velocity
Persistent Velocity MTA system logging is stored in:
To shut down Velocity MTA:
As a nuclear option troubleshooting step, you can destroy all of your Docker images and containers in one go to start over with the following command:
Last updated