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
Como Instalar e Utilizar o Docker no Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Como Instalar e Utilizar o Docker no Ubuntu 20.04

O Docker é um aplicativo que simplifica o processo de gerenciamento de processos de aplicação em containers. Os containers deixam você executar suas aplicações em processos isolados de recurso. Eles são semelhantes a máquinas virtuais, mas os…

Read more
Установка Discourse в Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Установка Discourse в Ubuntu 20.04

Автор выбрал фонд Free and Open Source Fund для получения пожертвования в рамках программы Write for DOnations. Discourse — это платформа для обсуждений с открытым…

Read more
How To Install Plausible Analytics on Ubuntu 22.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Plausible Analytics on Ubuntu 22.04

Plausible Analytics is an open-source, self-hosted web analytics application written in Elixir. It focuses on being simple, and privacy-focused. In this tutorial you will install the Plausible app and a few helper services using Docker Compose, then install Nginx and Certbot to set up a secure HTTPS reverse proxy.

Read more
How To Migrate a Docker Compose Workflow to Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Migrate a Docker Compose Workflow to Kubernetes

This tutorial will show you how to migrate your Docker Compose workflow to Kubernetes using kompose. You will start by creating a single-instance setup for a Node.js application with a MongoDB database on a Kubernetes cluster. You will then scale this setup to include multiple replicas of your application and database.

Read more
CHAT