Tag: Containers
-
Create lean Node.js image with Docker multi-stage build
Posted on May 2, 2017, Level beginner Resource Length medium
Alexei Ledenev's blog post about single Dockerfile that can build multiple helper images with compilers, tools, and tests and use files from above images to produce the final Docker image.
Tags docker containers
-
The Classes of Container Monitoring
Posted on January 29, 2017, Level intermediate Resource Length long
Brian Brazil superb article about wide array of practices considered to be monitoring in an operational, container and cloud-based context.
Tags containers devops
-
OpenShift Container Platform Reference Architecture Implementation Guides
Posted on January 24, 2017, Level intermediate Resource Length medium
Marc Curry's interesting article in which he claims: We've got a design for your next cloud-based container deployment. He aims to save you inordinate amount of time otherwise spent researching and debating architectural decisions, tooling, parameters, or a required sequence of tasks when trying to deploy a project to the cloud.
Tags software-architecture containers
-
Operating System Containers vs. Application Containers
Posted on January 19, 2017, Level beginner Resource Length long
Gabor Nagy - full stack in marketing - older but to the point and detailed article about various types of containers.
Tags containers devops
-
Understanding the Docker Internals
Posted on January 19, 2017, Level beginner Resource Length medium
Nitin Agarwal neat article about Docker internals. Docker takes advantage of several features of the Linux kernel to deliver its functionality.
Tags containers devops