From @adepasquale gist.
To use it, create a new instance as usual:
$ sudo docker run --name postfix -p 25:25 -d fmantuano/postfix-catchall
Once the docker instance is created, you can control it by running:
$ sudo docker start postfix
$ sudo docker stop postfix