## .
## ## ## ==
## ## ## ## ===
/""""""""""""""""\___/ ===
~~~ {~~ ~~~~ ~~~ ~~~~ ~~ ~ / ===- ~~~
\______ 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!
Simple config for launching container for Elixir projects.
Example configuration to running mysql container in boot2docker when you provide volume for storing data outside of the container.