Deploy Docker Compose (v3) to Swarm (mode) Cluster

Docker 1.13 simplifies deployment of composed application to a swarm (mode) cluster, by using familiar and well-known `docker-compose.yml` syntax.

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 »

Docker build of Apollo-11 sources

This is a first attempt at a Docker configuration for a build of the Apollo-11 sources using the VirtualAgc tools. To use it, you'll need Docker (on Linux, Mac or Windows). Then do: $ docker build ...

Read more »