Docker

¿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
Containers Checkpoint — step-by-step Docker tutorial on Progressive Robot

Containers Checkpoint

This checkpoint is intended to help you assess what you learned from our introductory articles to containers, where we introduced the container ecosystem alongside Docker and Kubernetes, two common container solutions.

Read more
Как установить и использовать Docker в Ubuntu 16.04 — step-by-step Docker tutorial on Progressive Robot

Как установить и использовать Docker в Ubuntu 16.04

Docker – это приложение, позволяющее легко и быстро запускать другие приложения и процессы в контейнерах, которые подобны виртуальным машинам, но являются при этом более портируемыми, потребляют меньше ресурсов, а также меньше зависят от операционной системы машины-хоста. Для…

Read more
How To Automate Jenkins Setup with Docker and Jenkins Configuration as Code — step-by-step Docker tutorial on Progressive Robot

How To Automate Jenkins Setup with Docker and Jenkins Configuration as Code

Jenkins uses a pluggable architecture to provide most of its functionality. JCasC makes use of the Configuration as Code plugin, which allows you to define the desired state of your Jenkins configuration as one or more YAML file(s), eliminating the need for the setup wizard. In this tutorial, you will automate the installation and configuration of Jenkins using Docker and the Jenkins Configuration as Code (JCasC) method.

Read more
How to Configure Consul KV Using Docker — step-by-step Docker tutorial on Progressive Robot

How to Configure Consul KV Using Docker

Learn how to set up and configure Consul Key-Value (KV) store using Docker. This step-by-step guide covers Docker installation, Consul container deployment, and KV operations for efficient distributed configuration management.

Read more
Развертывание масштабируемого и защищенного приложения Django с помощью Kubernetes — step-by-step Docker tutorial on Progressive Robot

Развертывание масштабируемого и защищенного приложения Django с помощью Kubernetes

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

Read more
CHAT