Defined Docker Networks for Seamless Communication Between Projects

Get custom docker networks running in your application and inject container references into your project’s environment for quick set up. Read more

Similar

From dotCloud to Docker

Have you heard about dotCloud? If you haven’t, I’m going to give you a hint: it is a PAAS company. Another hint: eventually, dotCloud open-sourced their container engine. That container engine became Docker. (more…)

Read more »

Docker Container Anti Patterns

This blog will explain 10 containers anti-patterns that I’ve seen over the past few months: Data or logs in containers – Containers are ideal for stateless applications and are meant to be ephemeral. This means no data or logs should be stored in th...

Read more »