docker | TechWell

docker

Linux logo Choosing a Linux Distribution for Docker Containers

In the Linux operating system, each Docker container does not use a complete operating system kernel; multiple Docker containers can share the same one. Which Linux distribution should you use as the host? Let’s look at the factors that govern the choice of a host OS, as well as the Linux to run within a Docker container.

Deepak Vohra's picture
Deepak Vohra
Dockerfile icon image Exploring Containers: Creating a Dockerfile

Docker containers are launched using Docker images, which are built from layers of Dockerfiles. A Dockerfile is a text document that contains all the commands or instructions to create, copy, and run an image. Let’s look at what goes into creating a Dockerfile, which could be used to build a runnable Docker image.

Deepak Vohra's picture
Deepak Vohra
Aerial shot of a container lot Using More Advanced Kubernetes Controllers

Kubernetes is an object-oriented framework for orchestration of Docker containers. While running basic Kubernetes objects like pods and services is essential to all Kubernetes applications, what controller to use should be based on several factors. Let’s explore some advanced controller options for additional features.

Deepak Vohra's picture
Deepak Vohra
Stacked black and white blocks Using Basic Kubernetes Objects

Kubernetes is an object-oriented framework for orchestration of Docker containers. The Kubernetes API supports several different types of objects and provides schemas for all the objects it supports. While there are many options for different features, let’s look at some of the main Kubernetes objects and their uses.

Deepak Vohra's picture
Deepak Vohra
A ship with organized containers on deck Choosing a Container Orchestration Platform with Docker

Docker is the de facto container platform, supporting the microservices architecture for deploying loosely coupled applications. However, Docker supports several container orchestration platforms—which should you choose? Let’s look at some of the main platforms: Kubernetes, Docker Swarm, OpenShift, Mesos, and CFCR.

Deepak Vohra's picture
Deepak Vohra
Multiple pipelines Using a Multibranch Jenkins Pipeline with Docker

Typically, code for a Docker image is developed using multiple GitHub branches, with each branch being the code for a single Docker image tag. However, having to create and run a Jenkins pipeline for each GitHub branch can be cumbersome. Try a multibranch pipeline to integrate multiple GitHub branches simultaneously.

Deepak Vohra's picture
Deepak Vohra
Helm charts for Kubernetes Using Kubernetes Helm Charts for Increased DevOps Collaboration

A Docker image is usually designed for a baseline functionality and can then be customized. However, customized resource definitions are typically not shared among other users who might have a similar application requirement. Here’s where Helm charts for Kubernetes can help reduce rework and increase collaboration.

Deepak Vohra's picture
Deepak Vohra
Kubernetes logo Why Use Kubernetes for Your Container Management?

Kubernetes is the most commonly used open source orchestration framework for containers. It’s used for automating deployment, scaling, and management of application containers and works with many container tools, including Docker. But what makes Kubernetes so popular? And would it be useful to you? Let's take a look.

Deepak Vohra's picture
Deepak Vohra