Docker

How To Install Drupal with Docker Compose — step-by-step Docker tutorial on Progressive Robot

How To Install Drupal with Docker Compose

Drupal is a content management system (CMS) written in PHP and distributed under the open-source GNU General Public License. Drupal requires the LAMP (Linux, Apache, MySQL, and PHP) or LEMP (Linux, Nginx, MySQL, and PHP) stack, but installing individual components is a time-consuming task. In this tutorial, we will solve this problem by installing Drupal using Docker Compose so that we can take advantage of containerization and deploy our Drupal website on a web server quickly.

Read more
How to Manage and Monitor Docker Containers with dry on Ubuntu 16.04 — step-by-step Docker tutorial on Progressive Robot

How to Manage and Monitor Docker Containers with dry on Ubuntu 16.04

dry is a simple but extensive terminal application built to interact with Docker containers and their images. Using dry removes the repetition involved when executing routine Docker Engine commands, and also provides a more visual alternative to the native Docker CLI. In this tutorial, we will install dry and explore some of its most useful features.

Read more
Cara Menghapus Citra, Kontainer, dan Volume Docker — step-by-step Docker tutorial on Progressive Robot

Cara Menghapus Citra, Kontainer, dan Volume Docker

Docker tidak memberikan perintah pembersihan langsung, tetapi memberikan semua alat yang Anda perlukan untuk membersihkan sistem dari baris perintah. Panduan bergaya ringkasan ini memberikan referensi cepat tentang perintah-perintah yang berguna untuk membebaskan ruang diska dan menjaga sistem Anda tetap teratur dengan menghapus citra, kontainer, dan volume Docker.

Read more
Масштабирование и обеспечение безопасности приложения Django с помощью Docker, Nginx и Let's Encrypt — step-by-step Docker tutorial on Progressive Robot

Масштабирование и обеспечение безопасности приложения Django с помощью Docker, Nginx и Let’s Encrypt

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

Read more
How to Use Ansible to Install and Set Up Docker on Ubuntu 18.04 — step-by-step Docker tutorial on Progressive Robot

How to Use Ansible to Install and Set Up Docker on Ubuntu 18.04

Docker is an application that simplifies the process of managing application processes in *containers*. This guide explains how to use Ansible to automate the steps contained in our guide on How To Install and Use Docker on Ubuntu 18.04. Ansible is a modern configuration management tool that can be used to automate the provisioning and configuration of remote systems.

Read more
Introduction to Containers — step-by-step Docker tutorial on Progressive Robot

Introduction to Containers

A container is a unit of software that packages code with its required dependencies in order to run in an isolated, controlled environment. This allows you to run an application in a way that is predictable, repeatable, and without the uncertainty of inconsistent code execution across diverse development and production environments. Containers enable new design paradigms by strengthening the separation of application code and infrastructure code.

Read more
CHAT