Docker

Como instalar o Docker Compose no Debian 10 — step-by-step Docker tutorial on Progressive Robot

Como instalar o Docker Compose no Debian 10

O Docker é uma ótima ferramenta para automatizar a implantação de aplicativos Linux dentro de contêineres de software, mas para aproveitar de todo esse potencial, cada componente de um aplicativo deve executar em seu próprio contêiner individual. Para…

Read more
How To Install and Use Docker on Debian 10 — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Docker on Debian 10

Docker is an application that simplifies the process of managing application processes in containers. In this tutorial, you’ll install and use Docker Community Edition (CE) on Debian 10. You’ll install Docker itself, work with containers and images, and push an image to a Docker Repository.

Read more
Cómo instalar Docker Compose en Debian 10 — step-by-step Docker tutorial on Progressive Robot

Cómo instalar Docker Compose en Debian 10

Docker es una excelente herramienta para automatizar la implementación de aplicaciones de Linux dentro de contenedores de software, pero para aprovechar plenamente su potencial cada componente de una aplicación debería ejecutarse en su propio…

Read more
The Docker Ecosystem: Scheduling and Orchestration — step-by-step Docker tutorial on Progressive Robot

The Docker Ecosystem: Scheduling and Orchestration

Many Docker users are leveraging the platform as a tool for easily scaling large numbers of containers across many different hosts. Clustered Docker hosts present special management challenges that require a different set of tools. In this guide, we will discuss Docker schedulers and orchestration tools which represent the primary container management interfaces for administrators of distributed deployments.

Read more
CHAT