Docker

Развертывание масштабируемого и защищенного приложения Django с помощью Kubernetes — step-by-step Docker tutorial on Progressive Robot

Развертывание масштабируемого и защищенного приложения Django с помощью Kubernetes

В этом учебном модуле мы развернем контейнеризованное приложение Django polls в кластере Kubernetes. Django — это мощная веб-структура, позволяющая быстро развернуть ваше приложение Python с нуля. Она включает ряд удобных…

Read more
How To Install and Use Docker Compose on Rocky Linux 8 — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Docker Compose on Rocky Linux 8

Docker Compose is a tool that allows you to run multi-container application environments based on definitions set in a YAML file. It uses service definitions to build fully customizable environments with multiple containers that can share networks and data volumes. In this guide, we’ll demonstrate how to install Docker Compose on a Rocky Linux 8 server and how to get started using this tool.

Read more
Установка и использование Docker в Debian 9 — step-by-step Docker tutorial on Progressive Robot

Установка и использование Docker в Debian 9

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

Read more
How To Install Discourse on Ubuntu 16.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Discourse on Ubuntu 16.04

Discourse is an open-source discussion platform. It can be used as a mailing list, a discussion forum, or a long-form chat room. In this tutorial, we’ll install Discourse in an isolated environment using Docker, a containerization application.

Read more
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 Provision and Manage Remote Docker Hosts with Docker Machine on CentOS 7 — step-by-step Docker tutorial on Progressive Robot

How To Provision and Manage Remote Docker Hosts with Docker Machine on CentOS 7

Docker Machine is a tool that makes it easy to provision and manage multiple Docker hosts remotely from your personal computer. Such servers are commonly referred to as Dockerized hosts, and as a matter of course, can be used to run Docker containers. In this tutorial, we’ll install Docker Machine on your local machine running CentOS 7 and use it to provision Dockerized cloud servers.

Read more
CHAT