
Archive for the ‘Docker’ Category


Docker Swarm on Ubuntu 18.04
Docker Swarm is a Docker container grouping and programming tool, which is a cluster. With Swarm we can establish and manage a group of Docker nodes as a single virtual system. In this
Traefik + Docker Swarm
In this article we will show you how to install and configure Traefik in a Docker cluster (Swarm). You may ask what Traefik is. As defined by its creators is a "Router Cloud with rever
Working with images on Docker
Docker images are essentially a snapshot of a container. Images are created with the build command, which creates a container when initiated with "run". Once an image is created, it can