Docker

How To Install Docker Compose on Ubuntu 16.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Docker Compose on Ubuntu 16.04

Docker is a great tool, but to take full advantage of its potential each component of an application should run in its own container. Docker Compose makes it easier for users to orchestrate the processes of Docker containers, including starting up, shutting down, and setting up intra-container linking and volumes.

Read more
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
How To Set Up a Private Docker Registry on Ubuntu 22.04 — step-by-step Docker tutorial on Progressive Robot

How To Set Up a Private Docker Registry on Ubuntu 22.04

In this tutorial, you will set up and secure your own private Docker Registry. You will use Docker Compose to define configurations that run your Docker containers and Nginx to forward server traffic from the internet to the running Docker container. Once you’ve completed this tutorial, you will be able to push a custom Docker image to your private registry and pull the image securely from a remote server.

Read more
How To Set Up the Eclipse Theia Cloud IDE Platform on CentOS 7 — step-by-step Docker tutorial on Progressive Robot

How To Set Up the Eclipse Theia Cloud IDE Platform on CentOS 7

Eclipse Theia is an extensible cloud IDE running on a remote server and accessible from a web browser. Visually, it’s designed to look and behave similarly to Microsoft Visual Studio Code. In this tutorial, you’ll deploy Eclipse Theia to your CentOS 7 server using Docker Compose, a container orchestration tool.

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

How to Use Ansible to Install and Set Up Docker on Ubuntu 20.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 20.04. Ansible is a modern configuration management tool that can be used to automate the provisioning and configuration of remote systems.

Read more
CHAT