Docker

Como instalar e utilizar o Docker Compose no Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Como instalar e utilizar o Docker Compose no Ubuntu 20.04

O Docker simplifica o fluxo de gerenciamento de processos de aplicações em contêineres. Embora os contêineres sejam semelhantes às máquinas virtuais em certos aspectos, eles são mais leves e fáceis de usar. Isso permite que os desenvolvedores dividam um ambiente de aplicação em…

Read more
How To Install Odoo on Ubuntu 20.04 with Docker — step-by-step Docker tutorial on Progressive Robot

How To Install Odoo on Ubuntu 20.04 with Docker

Introduction Odoo is an open-source enterprise resource planning (ERP) tool written in Python. It supports a number of plugins for different kinds of business needs like accounting, payroll, inventory management, and more. In this tutorial you will install Odoo and a PostgreSQL database using Docker Compose, then install Nginx to act as a reverse proxy […]

Read more
How To Manage Your Kubernetes Configurations with Kustomize — step-by-step Docker tutorial on Progressive Robot

How To Manage Your Kubernetes Configurations with Kustomize

In this guide, you will build a small web application and then use Kustomize to manage your configuration sprawl. You will deploy your app to development and production environments with different configurations. You will also layer these variable configurations using Kustomize’s bases and overlays so that your code is easier to read and thus easier to maintain.

Read more
Удаление образов, контейнеров и томов Docker — step-by-step Docker tutorial on Progressive Robot

Удаление образов, контейнеров и томов Docker

Docker позволяет легко помещать приложения и службы в контейнеры, чтобы их можно было запускать где угодно. Однако при работе с Docker можно легко накопить чрезмерное количество неиспользуемых образов, контейнеров и томов данных, замедляющих работу…

Read more
CHAT