Docker

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

How To Install Discourse on Ubuntu 16.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
Como instalar o Docker Compose no Debian 10 — step-by-step Docker tutorial on Progressive Robot

Como instalar o Docker Compose no Debian 10

O Docker é uma ótima ferramenta para automatizar a implantação de aplicativos Linux dentro de contêineres de software, mas para aproveitar de todo esse potencial, cada componente de um aplicativo deve executar em seu próprio contêiner individual. Para…

Read more
How To Provision and Manage Remote Docker Hosts with Docker Machine on CentOS 7 — step-by-step Docker tutorial on Progressive Robot

How To Provision and Manage Remote Docker Hosts with Docker Machine on CentOS 7

Docker Machine is a tool that makes it easy to provision and manage multiple Docker hosts remotely from your personal computer. Such servers are commonly referred to as Dockerized hosts, and as a matter of course, can be used to run Docker containers. In this tutorial, we’ll install Docker Machine on your local machine running CentOS 7 and use it to provision Dockerized cloud servers.

Read more
How To Store Gitea Repositories on a Separate Volume — step-by-step Docker tutorial on Progressive Robot

How To Store Gitea Repositories on a Separate Volume

Gitea is a popular source code management service that hosts your Git repositories. While those repositories can safely be stored on the same disk running Gitea itself, external storage solutions such as block storage or networked file storage can help keep costs down when it comes to hardware requirements and allow for easier back-up and restore. This tutorial walks you through the steps of storing your Gitea repositories on a separate block storage volume.

Read more
CHAT