Container orchestration in Docker Swarm – introduction

2020-08-27
blank

Containerization of the application with Docker has recently become quick, easy and pleasant. Docker, however, does not allow advanced management of containers created with it. Therefore, the next natural step was the emergence of container group management systems. Today a few words about orchestration. The leader of the orchestra at the time of writing this […]

Read more

Docker for Linux part II – intermediate commands

2019-11-15
blank

In the previous part of our series, we learned how to install the community version of Docker Engine. We also learned how to download, start, and delete a container and its image. Today we will be using an EuroLinux 7 based image along with the FBI (Free Base Image) repository. Docker versioning basics – what […]

Read more

Docker for Linux part I – basic commands

2019-07-23
blank

We are launching a new series of articles, this time dedicated to Docker. Today we will discuss the simplest commands related to it. We will start with installation and configuration, then we will move to adding the user to the group and importing the container image. Finally, we will list and destroy the container with the images.

Read more

The basics of containerization – how containers work in Linux

2019-06-04
blank

This article was created to familiarize readers with the issue of containerization. Apart from discussing the most important concepts, I will also present a historical outline. This will allow you to understand that containers, contrary to appearances, are not a new technology. Their present shape is a derivative of an idea that has literally evolved through generations of enthusiasts and creators of operating systems.

Read more