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 network architecture Design defects: The bridge is virtualized by the host and cannot be addressed externally. If you want to be addressed externally, you need to map the container port to the host port. In fact, port mapping is realized by adding ... (more…)
Read more »
docker-box - Virtual Machine like containers scheduling and management. (more…)
Read more »
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 »
docker_auth - Authentication server for Docker Registry 2...
Read more »