Docker

Cara Menginstal dan Menggunakan Docker Compose pada Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Cara Menginstal dan Menggunakan Docker Compose pada Ubuntu 20.04

Docker Compose adalah alat yang memungkinkan Anda untuk menjalankan lingkungan aplikasi multikontainer berdasarkan definisi yang ditetapkan dalam berkas YAML. Alat ini menggunakan definisi layanan untuk sepenuhnya membangun lingkungan yang dapat disesuaikan dengan penggunaan beberapa kontainer yang dapat berbagi volume data dan jaringan. Dalam panduan ini, kami akan menunjukkan cara menginstal Docker Compose pada server Ubuntu 20.04 dan cara memulainya menggunakan alat ini.

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

How To Install Discourse on Ubuntu 18.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
Установка Docker Compose в Ubuntu 18.04 — step-by-step Docker tutorial on Progressive Robot

Установка Docker Compose в Ubuntu 18.04

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

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

How To Install Matomo Web Analytics on Ubuntu 20.04

Matomo is an open-source, self-hosted web analytics application written in PHP. In this tutorial you will install Matomo and a MariaDB database using Docker Compose, then install Nginx to act as a reverse proxy for the Matomo app. Finally, you will enable secure HTTPS connections by using Certbot to download and configure SSL certificates from the Let’s Encrypt Certificate Authority.

Read more
How To Manage Multi-Node Deployments with Rancher and Docker Machine on Ubuntu 16.04 — step-by-step Docker tutorial on Progressive Robot

How To Manage Multi-Node Deployments with Rancher and Docker Machine on Ubuntu 16.04

Rancher supports Docker Machine-based provisioning, which makes it easy to create Docker hosts on cloud providers, or inside your own data center. In this tutorial, you’ll use the the cloud provider driver that’s built into Rancher to create Droplets from the Rancher UI and provision them to run Docker compute hosts which you can monitor, scale, and use to deploy Docker containers.

Read more
CHAT