Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.17 KB

File metadata and controls

35 lines (25 loc) · 1.17 KB

Dockerization

                    ##        .            
              ## ## ##       ==            
           ## ## ## ##      ===            
       /""""""""""""""""\___/ ===        
  ~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ /  ===- ~~~   
       \______ o          __/            
         \    \        __/             
          \____\______/                
 
          |          |
       __ |  __   __ | _  __   _
      /  \| /  \ /   |/  / _\ | 
      \__/| \__/ \__ |\_ \__  |

Docker provide for us incredible and amazing architecture to be able very fast develop and deploy not only specific application but the whole supporting infrastructure as well.

This repo contains simple examples of dockerfiles that can be used as starting point to dockerize your applications. Each dockerfile contains only common configuration which will be enough to start. All another specific configuration must be provided separately in each project.

Enjoy!

Dockerfiles

elixir/Dockerfile

Simple config for launching container for Elixir projects.

mysql/b2d

Example configuration to running mysql container in boot2docker when you provide volume for storing data outside of the container.