Docker

How To Create PHP Development Environments with Docker Compose: A the cloud provider Workshop Kit — step-by-step Docker tutorial on Progressive Robot

How To Create PHP Development Environments with Docker Compose: A the cloud provider Workshop Kit

This workshop kit is designed to help a technical audience become familiar with Docker Compose and how to set up a working development environment for a demo Laravel application using containers. The aim is to provide a complete set of resources for a speaker to host an event and deliver an introductory talk on Docker Compose in the context of PHP development environments.

Read more
Установка и настройка Laravel с помощью Docker Compose в Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Установка и настройка Laravel с помощью Docker Compose в Ubuntu 20.04

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

Read more
How To Install and Use Docker: Getting Started — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Docker: Getting Started

In this the cloud provider article, we aim to thoroughly introduce the reader to docker– one of the most exciting and powerful open-source projects to come to life in the recent years. Docker helps people with porting applications across systems and machines, running them securely in their own isolated environments.

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

Установка и использование Docker в Ubuntu 20.04

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

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

How To Install Discourse on Ubuntu 20.04

Discourse is an open-source discussion platform. You can use Discourse as a mailing list, a discussion forum, or a long-form chat room. In this tutorial, you will install Discourse in an isolated environment using Docker on Ubuntu 20.04.

Read more
Установка Docker Compose в Ubuntu 20.04 [Краткое руководство] — step-by-step Docker tutorial on Progressive Robot

Установка Docker Compose в Ubuntu 20.04 [Краткое руководство]

В этом кратком руководстве мы расскажем об установке Docker Compose на сервере под управлением Ubuntu 20.04. Более детальный вариант настоящего руководства с подробным разъяснениями каждого шага можно найти в статье [«Установка и…

Read more
How To Install Prometheus using Docker on CentOS 7 — step-by-step Docker tutorial on Progressive Robot

How To Install Prometheus using Docker on CentOS 7

Prometheus is an open source monitoring system and time series database. It addresses many aspects of monitoring such as the generation and collection of metrics, graphing the resulting data on dashboards, and alerting on anomalies. To achieve this, it offers a variety of components that are run separately but used in combination.

Read more
How To Optimize Docker Images for Production — step-by-step Docker tutorial on Progressive Robot

How To Optimize Docker Images for Production

In this guide, you will learn how to optimize Docker images in a few simple steps, making them smaller, faster, and better suited for production. You’ll build images for a sample Go API in several different Docker containers, starting with Ubuntu and language-specific images, then moving on to the Alpine Linux distribution. You will also use multi-stage builds to optimize your images for production.

Read more
CHAT