Tag: Docker
-
Practical Guide to Self-Contained Systems
Posted on August 5, 2017, Level beginner Resource Length medium
Sascha Grunert from quapona take on lief in a containerized world. Applications are getting larger and larger but still need to be as modular as possible.
Tags microservices docker containers
-
Dealing With Storage Scale in Docker Environments – Project Longhorn Briefing Note
Posted on July 29, 2017, Level beginner Resource Length medium
George Crump wrote introduction blog post about scale-out storage - which provides data centers the ability to create infrastructures that can scale to meet the capacity demands of hyper-scale environments. He focuses on the challenge involving storage scale in docker environments.
Tags containers docker microservices
-
Buildah - build your containers from the ground up!
Posted on June 24, 2017, Level intermediate Resource Length short
Tom Sweeney from Project Atomic wrote an article about the Buildah tool for building Open Container Initiative (OCI) complaint container images.
Tags containers docker microservices
-
Developing a Spring boot app on Docker: the AtSea demo app
Posted on May 20, 2017, Level beginner Resource Length short
Sophia Parafina short blog post - the first of a series of blog posts that demonstrates using Docker to develop a typical web application and deploying it in production.
Tags docker microservices
-
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
-
Make Your Containerized Apps Production-Ready
Posted on January 5, 2017, Level intermediate Resource Length long
While building containerized applications has become an established practice, some organizations are facing challenges with managing the containers themselves.
Tags microservices docker nodejs