Docker

How To Install and Configure Drone on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Configure Drone on Ubuntu 20.04

In this tutorial, you will set up a Drone CI/CD server for source code on GitHub, add a Docker runner, use Let’s Encrypt to secure your instance, and then create a basic YAML pipeline. You will also encounter options to scale your runner using Drone Autoscaler and to store your logs on an s3-compatible server, such as object storage.

Read more
Cómo instalar y usar Docker Compose en Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Cómo instalar y usar Docker Compose en Ubuntu 20.04

Docker simplifica el proceso de administración de los procesos de las aplicaciones en contenedores. Aunque los contenedores son similares a las máquinas virtuales de cierta forma, son más ligeros y más sencillos en cuanto a recursos. Esto permite a los desarrolladores…

Read more
How To Install and Use Docker on Ubuntu 16.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Docker on Ubuntu 16.04

There are two methods for installing Docker on Ubuntu 16.04. One method involves installing it on an existing installation of the operating system. The other involves spinning up a server with a tool called Docker Machine that auto-installs Docker on it.

Read more
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
CHAT