How To Configure a Continuous Integration Testing Environment with Docker and Docker Compose on Ubuntu 14.04
This tutorial uses Docker Compose to demonstrate the automation of continuous integration workflows.
This tutorial uses Docker Compose to demonstrate the automation of continuous integration workflows.
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…
Au cours de ce tutoriel, vous allez déployer une application de sondage Django conteneurisée dans un cluster Kubernetes. Django est un framework web puissant qui peut vous aider à lancer votre application en Python. Il intègre plusieurs éléments pratiques.
L’auteur a choisi le Diversity in Tech Fund​​​​​ pour recevoir un don dans le cadre du programme Write for DOnations. DDEV est un outil open-source…
Learn how to install Laravel and configure a full Docker Compose on Ubuntu, including PHP, Nginx, MySQL, and container networking.
Docker is an application that simplifies the process of managing application processes in containers. In this tutorial, you’ll install and use Docker Community Edition (CE) on Debian 10. You’ll install Docker itself, work with containers and images, and push an image to a Docker Repository.
Learn how to install Docker on Ubuntu with this step-by-step guide. Set up Docker, run containers, and troubleshoot common installation issues.
Docker es una excelente herramienta para automatizar la implementación de aplicaciones de Linux dentro de contenedores de software, pero para aprovechar plenamente su potencial cada componente de una aplicación deberÃa ejecutarse en su propio…
Docker is an open-source engine which automates the deployment of applications as highly portable, self-sufficient containers which are independent of hardware, language, framework, packaging system and hosting provider. Run through this tutorial install Docker on your Ubuntu 13.04 VPS.
Umami is an open-source, self-hosted web analytics application written in Node.js. It focuses on being simple, well-designed, fast, and privacy-focused. It can store data about your website’s visitors in either a MySQL or PostgreSQL database. In this tutorial you will install Umami and a PostgreSQL database using Docker Compose, then install Nginx and Certbot to set up a secure HTTPS reverse proxy for Umami.