Container

How to deploy your React app using Container Registry — step-by-step Docker tutorial on Progressive Robot

How to deploy your React app using Container Registry

Introduction The advent of cloud-native computing has greatly transformed the landscape of building and distributing software. You have various tools to facilitate everything from integrating and packaging application code to deploying and scaling it. The practice of doing this is known as DevOps, and the concept that sits at the heart of modern-day DevOps is […]

Read more
Установка Docker Compose в Ubuntu 20.04 [Краткое руководство] — step-by-step Docker tutorial on Progressive Robot

Установка Docker Compose в Ubuntu 20.04 [Краткое руководство]

В этом кратком руководстве мы расскажем об установке Docker Compose на сервере под управлением Ubuntu 20.04. Более детальный вариант настоящего руководства с подробным разъяснениями каждого шага можно найти в статье [«Установка и…

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
What is a Container? — step-by-step Docker tutorial on Progressive Robot

What is a Container?

A container is a minimalist, isolated user-space environment that runs at the operating system level and shares system resources with other instances. Containers are designed to provide a portable and consistent runtime environment for applications, while consuming less resources than a traditional server or virtual machine. This allows for an overall better use of computing resources in multi-component, distributed applications, and highly-available systems.

Read more
Cara Menginstal dan Menyiapkan Laravel dengan Docker Compose pada Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

Cara Menginstal dan Menyiapkan Laravel dengan Docker Compose pada Ubuntu 20.04

Kontainerisasi aplikasi mengacu pada suatu proses adaptasi aplikasi dan komponennya dengan tujuan agar dapat menjalankannya dalam lingkungan ringan yang dikenal sebagai kontainer. Lingkungan tersebut terisolasi dan dapat dibuang, serta dapat dimanfaatkan lebih lanjut untuk pengembangan, pengujian, dan penyebaran aplikasi hingga produksi. Dalam panduan ini, kita akan menggunakan Docker Compose untuk melakukan kontainerisasi aplikasi Laravel sebagai pengembangan pada Ubuntu 20.04.

Read more
CHAT