GithubHelp home page GithubHelp logo

szamansarkar / postfix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from htmlgraphic/postfix

0.0 1.0 0.0 233 KB

Docker container running Posfix running on Ubuntu

Makefile 25.90% Shell 74.10%

postfix's Introduction

##Quick Start

	$ git clone https://github.com/htmlgraphic/Postfix.git && cd Postfix
	$ make
	$ make build

##Postfix Docker

Postfix is a very nice mail courier service, I enjoy using. This repo will give you a turn key, fully functional build of a Docker container for use in production or your dev environment.


If you found this repo you are probably looking into Docker or already have knowledge as to what Docker can help you with. In this repo you will find a number of complete Dockerfile builds used in development and production environments. Listed below are the types of systems available and an explanation of each file.

###Repo Breakdown

#####Test Driven Development

CircleCI - Test the Dockerfile process, can the container be built the correctly? Verify the build process with a number of tests. Currently with this service no code can be tested on the running container. Data can be echo and available grepping the output via docker logs | grep value

Circle CI

Shippable - Run tests on the actual built container. These tests ensure the scripts have been setup properly and the service can start with parameters defined. If any test(s) fail the system should be reviewed closer.

Build Status

####Postfix Container - Build Breakdown

  • app/preseed.txt - Params used on initial Postfix setup
  • app/run.sh - Setup apache, move around conf files, start process on container
  • app/supervisord.conf - Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems
  • app/virtual - Map root to an actual email
  • tests/build_tests.sh - Build processes
  • .dockerignore - Files that should be ignored during the build process - best practices
  • circle.yml - CircleCI configuration
  • Dockerfile - Uses a basefile build to help speed up the docker container build process
  • Makefile - A helpful file used to streamline the creation of containers
  • shippable.yml - Shippable configuration

  • To use CircleCI review the circle.yml file.
  • To use Shippable review the shippable.yml file. This service will use a circle.yml file configuration but for the unique features provided by Shippable it is best to use the deadicated shippable.yml file. This service will fully test the creation of your container and can push the complete image to your private Docker repo if you desire.

postfix's People

Contributors

gegere avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.