Docker

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
Uma Introdução ao Kubernetes — step-by-step Docker tutorial on Progressive Robot

Uma Introdução ao Kubernetes

Kubernetes é um poderoso sistema open-souce, inicialmente desenvolvido pelo Google, para o gerenciamento de aplicações em container em um ambiente clusterizado. Ele visa fornecer melhores maneiras de gerenciar componentes e serviços relacionados e distribuídos em diversas…

Read more
¿Cómo instalar y usar Docker en Ubuntu 16.04? — step-by-step Docker tutorial on Progressive Robot

¿Cómo instalar y usar Docker en Ubuntu 16.04?

Docker es una aplicación que hace que sea sencillo y fácil de ejecutar procesos de aplicación en un contenedor, que son como máquinas virtuales, sólo más portátil, más amigable con los recursos y más dependiente del sistema operativo del host. Para una introducción detallada a…

Read more
CHAT