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. Read more

Similar

Build small Docker images for Go binaries

Maintain Docker images small can help in many cases. It reduces the bandwidth required by registry and dramatically speed up deployment in large clusters.To run a Go binary a full fledged distro with libc is generally required. Unfortunately most linux of... (more…)

Read more »

A Practical Introduction to Docker Compose

Docker containers opened a world of possibilities for the tech community, hassles in setting up new software were decreased unlike old times when a mess was to be sorted by a grievous format, it reduced the time to set up and use new software which eventu... (more…)

Read more »

Docker Guide

Docker is a container technology, it's a tool for creating and managing containers. ( The same container will run same everywhere) Container creation are built-in modern system. Docker just simplifies... (more…)

Read more »