Cómo instalar y usar Docker en Ubuntu 18.04
Finid escribió una versión anterior de este tutorial. Docker es una aplicación que simplifica el proceso de gestionar los procesos de aplicaciones en contenedores. Los contenedores le…
Finid escribió una versión anterior de este tutorial. Docker es una aplicación que simplifica el proceso de gestionar los procesos de aplicaciones en contenedores. Los contenedores le…
This workshop kit is designed to help a technical audience become familiar with Docker Compose and how to set up a working development environment for a demo Laravel application using containers. The aim is to provide a complete set of resources for a speaker to host an event and deliver an introductory talk on Docker Compose in the context of PHP development environments.
O autor selecionou a Apache Software Foundation para receber uma doação como parte do programa Write for DOnations O [Registro…
Conteinerizar um aplicativo se refere ao processo de adaptar um aplicativo e seus componentes com a finalidade de conseguir executá-lo em ambientes leves, conhecidos como contêineres. Esses ambientes são isolados e…
El autor seleccionó Girls Who Code para recibir una donación como parte del programa Write for DOnations. Docker puede ser una alternativa eficaz para ejecutar…
В облачных средах существует множество способов масштабирования и защиты приложения Django. Используя горизонтальное масштабирование и запустив несколько экземпляров приложения, вы можете создать более отказоустойчивую систему с высоким уровнем…
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 this tutorial, you’ll deploy Confluent Schema Registry using Docker and extend the Kafka producer and consumer and rework them to create and consume objects that conform to a schema you’ll define.
[Shipyard](http://shipyard-project.com/) is a management tool for Docker servers that allows you to see which containers each of your servers are running, in order to to start or stop existing containers or create new ones. This tutorial covers how to install Shipyard, connect it to your Docker servers, and use it to create and launch new containers — in this example, a WordPress container.
As you roll Docker containers into production, you’ll find an increasing need to persist logs somewhere less ephemeral than containers. Docker comes with a native logging driver for Fluentd, making it easy to collect…