Docker Information
The emaildelivery.com platform runs as a collection of Docker containers using Docker orchestration. A comprehensive overview of Docker is outside of the scope of this document.
To view your running Docker containers and their resource utilization, run the following command:
You'll see the following containers running:
edcom-proxy
edcom-segments
edcom-tasks
edcom-webhooks
edcom-api
edcom-cron
edcom-database
edcom-cache
edcom-screenshot
edcom-smtprelay
By default, Docker containers write their output (STDOUT and STDERR) to the console. This behavior is similar to running a process in your command line interface, where it prints output to your terminal.
Access the output of a running docker container with the docker logs command:
Container logs are automatically deleted by docker when the container is shut down
To bring your platform up run the following command in the edcom-install directory:
To bring your platform down run the following command in the edcom-install directory:
To verify you have the emaildelivery.com docker images loaded, run the following command:
To load the emaildelivery.com docker images required to bring up your platform with docker compose, run the following command in the edcom-install directory:
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
Was this helpful?