Docker

So installieren Sie Docker Compose unter Debian 10 — step-by-step Docker tutorial on Progressive Robot

So installieren Sie Docker Compose unter Debian 10

Docker ist ein hervorragendes Tool zur Automatisierung der Bereitstellung von Linux-Anwendungen in Software-Containern. Um jedoch das volle Potenzial dieser Anwendung auszuschöpfen, sollte jede Komponente einer Anwendung in ihrem ihren eigenen…

Read more
How To Install Prometheus using Docker on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Install Prometheus using Docker on Ubuntu 14.04

Prometheus is an open source monitoring system and time series database. It addresses many aspects of monitoring such as the generation and collection of metrics, graphing the resulting data on dashboards, and alerting on anomalies. To achieve this, it offers a variety of components that are run separately but used in combination.

Read more
How to Organize Your Teamwork with ONLYOFFICE on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How to Organize Your Teamwork with ONLYOFFICE on Ubuntu 14.04

ONLYOFFICE is a free, open source corporate office suite developed to organize teamwork online. The Document Server provides users with text, spreadsheet and presentation online editors working within a browser and allowing to co-edit documents in real time, comment and interact using the integrated chat. The Community Server offers a complete set of tools for document, project, customer relation and email correspondence management. The Mail Server is used to create mailboxes.

Read more
How To Run OpenVPN in a Docker Container on Ubuntu 14.04 — step-by-step Docker tutorial on Progressive Robot

How To Run OpenVPN in a Docker Container on Ubuntu 14.04

This tutorial will explain how to set up and run an [OpenVPN](http://openvpn.net/index.php/open-source) container with the help of [Docker](https://docker.com). OpenVPN provides a way to create virtual private networks (VPNs) using TLS (evolution of SSL) encryption. Docker provides a way to encapsulate the OpenVPN server process and configuration data so that it is more easily managed.

Read more
How To Share Data between Docker Containers on Ubuntu 22.04 — step-by-step Docker tutorial on Progressive Robot

How To Share Data between Docker Containers on Ubuntu 22.04

In general, Docker containers are ephemeral, running just as long as it takes for the command issued in the container to complete. Sometimes, however, applications need to share access to data or persist data after a container is deleted. In this article, we’ll look at four different ways to share data between containers.

Read more
CHAT