Docker

Экосистема Docker: знакомство с общими компонентами — step-by-step Docker tutorial on Progressive Robot

Экосистема Docker: знакомство с общими компонентами

Этот туториал является 1-ой частью из 5-ти в серии статей Экосистема Docker. Контейнеризация – это процесс распространения и развёртывания приложений портируемым и предсказуемым образом. Это достигается путём упаковывания компонентов и их зависимостей…

Read more
From Containers to Kubernetes with Node.js eBook — step-by-step Docker tutorial on Progressive Robot

From Containers to Kubernetes with Node.js eBook

This book is designed to introduce you to using containers and Kubernetes for full-stack development. You’ll use Node.js to build a sample application and then containerize it. From there you will learn how to incorporate an external database and manage development using Docker Compose. After that you’ll learn how to deploy the application on Kubernetes and scale it using Helm.

Read more
Создание приложения Node.js с помощью Docker — step-by-step Docker tutorial on Progressive Robot

Создание приложения Node.js с помощью Docker

Платформа Docker позволяет разработчикам упаковывать и запускать приложения как контейнеры. Контейнер — это изолированный процесс, выполняемый в общей операционной системе, и представляющий из себя облегченную альтернативу виртуальным машинам. Хотя…

Read more
How To Install and Set Up Laravel with Docker Compose on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How To Install and Set Up Laravel with Docker Compose on Ubuntu 20.04

To containerize an application refers to the process of adapting an application and its components in order to be able to run it in lightweight environments known as containers. Such environments are isolated and disposable, and can be leveraged for developing, testing, and deploying applications to production. In this guide, we’ll use Docker Compose to containerize a Laravel application for development on Ubuntu 20.04.

Read more
How To Install and Use Docker on CentOS 7 — step-by-step Docker tutorial on Progressive Robot

How To Install and Use Docker on CentOS 7

Docker is an application that makes it simple and easy to run application processes in a container, which are like virtual machines, only more portable, more resource-friendly, and more dependent on the host operating system. In this tutorial, you’ll learn how to install and use it on an existing installation of CentOS 7.

Read more
CHAT