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…
WordPress es un sistema de administración de contenido (CMS) gratuito y de código abierto que se desarrolla sobre una base de datos de…
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. In this tutorial, we’ll install Docker Machine on your local machine running CentOS 7 and use it to provision Dockerized cloud servers.
Even with the growing popularity of cloud services, the need for running native applications still exists. In this tutorial, you’ll containerize Mozilla Thunderbird, an email client, using Docker. Afterwards, you’ll secure it and provide remote access using the Caddy web server.
In cloudbasierten Umgebungen gibt es mehrere Möglichkeiten, eine Django-Anwendung zu skalieren und zu sichern. Durch horizontale Skalierung und die Ausführung mehrerer Kopien Ihrer Anwendung können Sie ein fehlertolerantes und hochverfügbares…
Publish to and pull Docker images from your own private Docker registry.
Der Autor wählte den Free and Open Source Fund, um eine Spende im Rahmen des Programms Write for DOnations zu erhalten. Die Einführung von Cloud-IDE-Plattformen (IDE: Integrated Development…
Gitea is a popular source code management service that hosts your Git repositories. While those repositories can safely be stored on the same disk running Gitea itself, external storage solutions such as block storage or networked file storage can help keep costs down when it comes to hardware requirements and allow for easier back-up and restore. This tutorial walks you through the steps of storing your Gitea repositories on a separate block storage volume.
In this tutorial, you’ll learn how to run multiple web applications on the same Docker host using the reverse proxy Traefik to route requests to separate containers and review container health on a monitoring dashboard.
Kubernetes é um poderoso sistema open-souce, inicialmente desenvolvido pelo Google, para o gerenciamento de aplicações em container em um ambiente clusterizado. Ele visa fornecer melhores maneiras de gerenciar componentes e serviços relacionados e distribuídos em diversas…