Trying to Dockerize Mail-in-a-box

You might want to make yourself aquianted with Dockerfiles, write a Dockerfile that encapsulates all your commands and actualy use it to create a docker image. Then use your docker image to create the containers.

A docker container is NOT a vm. A container is an isolated process (sometimes with additional subprocesses) running on the host’s kernel,