Cómo instalar Drupal con Docker Compose
El autor seleccionó a la Fundación de las Naciones Unidas para recibir una donación como parte del programa Write for DOnations. *Kathleen Juell escribió la [versión original de…
El autor seleccionó a la Fundación de las Naciones Unidas para recibir una donación como parte del programa Write for DOnations. *Kathleen Juell escribió la [versión original de…
El autor seleccionó el Tech Education Fund para que recibiese una donación como parte del programa Write for DOnations. Docker es una aplicación de código abierto que…
In diesem Tutorial lernen Sie das Erstellen eines Anwendungs-Images für eine statische Website, die das Express-Framework und Bootstrap verwendet. Sie erstellen dann einen Container mit diesem Image, übertragen ihn mittels…
В этом учебном модуле мы развернем контейнеризованное приложение Django polls в кластере Kubernetes. Django — это мощная веб-структура, позволяющая быстро развернуть ваше приложение Python с нуля. Она включает ряд удобных…
Автор выбрал фонд FreeBSD Foundation для получения пожертвования в рамках программы Write for DOnations. В последние несколько лет Docker стали часто…
In this tutorial, you will deploy an example Go web application with gorilla/mux as the request router and Nginx as the web server, all inside Docker containers, orchestrated by Docker Compose. You’ll use nginx-proxy with the Let’s Encrypt add-on as the reverse proxy.
This tutorial will show you how to migrate your Docker Compose workflow to Kubernetes using kompose. You will start by creating a single-instance setup for a Node.js application with a MongoDB database on a Kubernetes cluster. You will then scale this setup to include multiple replicas of your application and database.
Docker Machine is a tool that makes it easy to provision and manage multiple Docker hosts remotely from your personal computer. Such servers are commonly referred to as Dockerized hosts, and as a matter of course, can be used to run Docker containers.
El autor seleccionó la Free and Open Source Fund para recibir una donación como parte del programa Write for DOnations. Kubernetes es un sistema de orquestación de…
Docker — это отличный инструмент для автоматизации развертывания приложений Linux внутри контейнеров ПО, но для использования всех его возможностей необходимо, чтобы каждый компонент приложения запускался в своем собственном контейнере. Для сложных…