Docker

Как установить и использовать 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
Cara Menginstal dan Menggunakan Docker Compose pada Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Cara Menginstal dan Menggunakan Docker Compose pada Ubuntu 20.04

Docker Compose adalah alat yang memungkinkan Anda untuk menjalankan lingkungan aplikasi multikontainer berdasarkan definisi yang ditetapkan dalam berkas YAML. Alat ini menggunakan definisi layanan untuk sepenuhnya membangun lingkungan yang dapat disesuaikan dengan penggunaan beberapa kontainer yang dapat berbagi volume data dan jaringan. Dalam panduan ini, kami akan menunjukkan cara menginstal Docker Compose pada server Ubuntu 20.04 dan cara memulainya menggunakan alat ini.

Read more
How To Install Discourse on Ubuntu 18.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Discourse on Ubuntu 18.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
CHAT