Docker

How To Troubleshoot Common Issues with your CoreOS Servers — step-by-step Docker tutorial on Progressive Robot

How To Troubleshoot Common Issues with your CoreOS Servers

CoreOS is an extremely powerful operating system focused on cluster management, security, and containerized service deployments. However, the unconventional way that the system is set up can make troubleshooting somewhat difficult. In this guide, we’ll cover the basics of how to track down issues in your deployment as well as your services.

Read more
An Introduction to Mesosphere — step-by-step Docker tutorial on Progressive Robot

An Introduction to Mesosphere

Mesosphere is a software solution that expands upon the cluster management capabilities of Apache Mesos with additional components to provide a new and novel way to manage server infrastructures. In this tutorial, we will briefly explain what each key component of Mesosphere does, starting with Apache Mesos, and show how each is used in the context of Mesosphere.

Read more
Como Instalar e Usar o Docker no CentOS 7 — step-by-step Docker tutorial on Progressive Robot

Como Instalar e Usar o Docker no CentOS 7

O Docker é um aplicativo que torna simples e fácil executar processos de aplicações em um container, que são como máquinas virtuais, apenas mais portáveis, mais fáceis de usar e mais dependentes do sistema operacional do host. Para uma introdução detalhada aos diferentes…

Read more
Экосистема Docker: сетевое взаимодействие — step-by-step Docker tutorial on Progressive Robot

Экосистема Docker: сетевое взаимодействие

Этот туториал является 4-ой частью из 5-ти в серии статей Экосистема Docker. При проектировании распределённых систем работающих с Docker-контейнерами, сетевое взаимодействие становится крайне важными. Сервис-ориентированная архитектура, бесспорно,…

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

Создание приложения Node.js с помощью Docker [Краткое руководство]

В этом обучающем руководстве мы создадим образ приложения для статического сайта, который использует веб-фреймворки Express и Bootstrap. Затем вы создадите контейнер с использованием этого образа, разместите его в [Docker…

Read more
CHAT