Short Description
Postfix on Centos Image
Full Description
dockerfile
Postfix build on Centos image
to Download :
docker pull aladin29/postfix-docker-image
to run including systemctl :
docker run -d --privileged -ti -e container=docker -v /sys/fs/cgroup:/sys/fs/cgroup:ro aladin29/postfix-docker-image:latest /usr/sbin/init
to enter in the shell of container:
docker exec -it blissful_goodall /bin/bash
where blissful_goodall is the name of container ;)
to start the container later ( if u stopped or exited ) :
docker start 3ec9a86fbadf1b3a677a9aafb209c01f96713bfc47b822136f324471476bae74
where that long ID is container ID :)
to note the running Container ID or the name of Container:
docker ps