Como proteger um aplicativo Node.js em contêiner com Nginx, Let’s Encrypt e Docker Compose
Existem várias maneiras de melhorar a flexibilidade e segurança do seu aplicativo Node.js. O uso de um proxy reverso como o Nginx…
Existem várias maneiras de melhorar a flexibilidade e segurança do seu aplicativo Node.js. O uso de um proxy reverso como o Nginx…
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.
Eclipse Theia is an extensible cloud IDE running on a remote server and accessible from a web browser. Visually, it’s designed to look and behave similarly to Microsoft Visual Studio Code. In this tutorial, you’ll deploy Eclipse Theia to your CentOS 7 server using Docker Compose, a container orchestration tool.
Docker is an application that simplifies the process of managing application processes in *containers*. This guide explains how to use Ansible to automate the steps contained in our guide on How To Install and Use Docker on Ubuntu 18.04. Ansible is a modern configuration management tool that can be used to automate the provisioning and configuration of remote systems.
A container is a unit of software that packages code with its required dependencies in order to run in an isolated, controlled environment. This allows you to run an application in a way that is predictable, repeatable, and without the uncertainty of inconsistent code execution across diverse development and production environments. Containers enable new design paradigms by strengthening the separation of application code and infrastructure code.
In this tutorial, you will apply the concepts from the previous tutorials to build, deploy, and manage an end-to-end microservices application in Kubernetes. The sample web application you’ll use in this tutorial is a “todo list” application written in Node.js that uses MongoDB as a database. You’ll build a container image for this app from a Dockerfile, and push the image to Docker Hub, and then deploy it to your cluster. Then you’ll scale the app to meet increased demand.
A plataforma Docker permite aos desenvolvedores empacotar e executar aplicações como containers. Um container é um processo isolado que executa em um sistema operacional compartilhado, oferecendo uma alternativa mais leve às máquinas virtuais. Embora…
Docker Machine é uma ferramenta que facilita o provisionamento e o gerenciamento de vários hosts Docker remotamente a partir do seu computador pessoal. Esses servidores são comumente chamados de hosts Dockerizados e são usados para executar…
Learn how to install Coolify, connect secure servers, deploy containerized apps, manage databases, and automate updates with Git-backed pipelines.
Los contenedores porporcionan una solución elegante para aquellos que buscan diseñar e implementar aplicaciones a escala. Mientras Docker proporciona la tecnología de contenerización, muchos otros proyectos asisten en las herramientas de implementación necesarias para el arranque y comunicación adecuados en el ambiente de implementación.