Docker as an Integrated Development Environment

Building a portable IDE to run anywhere (as long as you’ve got 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 »