Cómo instalar Discourse en Ubuntu 20.04
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. Discourse es una plataforma de debate de…
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. Discourse es una plataforma de debate de…
In diesem Schnellstartleitfaden installieren wir Docker Compose auf einem Ubuntu 20.04-Server. Eine ausführlichere Version dieses Tutorials mit genaueren Erklärungen zu den einzelnen Schritten finden Sie unter [Installieren und Verwenden…
Introduction Odoo is an open-source enterprise resource planning (ERP) tool written in Python. It supports a number of plugins for different kinds of business needs like accounting, payroll, inventory management, and more. In this tutorial you will install Odoo and a PostgreSQL database using Docker Compose, then install Nginx to act as a reverse proxy […]
Rancher recently added support for Docker Machine-based provisioning. Machine makes it really easy to create Docker hosts on cloud providers or inside your own data center. It creates servers, installs Docker on them, and configures the Docker client to talk to them.
O autor selecionou o Free and Open Source Fund para receber uma doação como parte do programa Write for DOnations. Mesmo com a crescente popularidade dos serviços em nuvem, a necessidade de…
Learn how to remove Docker images, containers, and volumes. This guide covers Docker cleanup commands and manage containerized applications.
Существует множество способов повышения гибкости и безопасности приложения Node.js. Использование обратного прокси-сервера, например…
As a micro web framework built on Python, Flask provides an extensible way for developers to grow their applications through extensions that can be integrated into projects. To continue the scalability of a developer’s tech stack, MongoDB is a NoSQL database is designed to scale and work with frequent changes. Developers can use Docker to simplify the process of packaging and developing their applications.
L’auteur a choisi le Free and Open Source Fund comme récipiendaire d’une donation dans le cadre du programme Write for Donations. Avec la migration des outils de développement vers le cloud,…
The Docker Links feature enables a method of dynamically configuring network connections between containers, known as the ambassador pattern. The ambassador pattern promotes service portability between provider and consumer containers. In CoreOS, etcd can be leveraged…