Docker 1.13 simplifies deployment of composed application to a swarm (mode) cluster, by using familiar and well-known `docker-compose.yml` syntax.
Read more »
Amazon EC2 Container Service, ECS, is an AWS service that provisions and manages Docker containers on a cluster of EC2 instances. As with most of AWS services, it is great and simply require a little…
Read more »
Increasingly we run our Perl programs inside docker containers,
because there are advantages in terms of isolation and deployment.
Containers provide applications with an idealized view of the OS -
they see their own filesystem, their own networking stack... (more…)
Read more »
This is the second part of my Docker orchestration tools review. As a sequel of How to Build SaaS Using Docker-based Tools — Part 1. Let’s… (more…)
Read more »
I could not get reliable connections with docker-machine or docker context. This is how I got 100% reliable connections through ssh forwarding.
It’s also more secure. You don’t need to … (more…)
Read more »