Ubuntu 18.04

Cómo crear una aplicación Node.js con Docker — step-by-step Docker tutorial on Progressive Robot

Cómo crear una aplicación Node.js con Docker

La plataforma Docker permite a los desarrolladores empaquetar y ejecutar aplicaciones como contenedores. Un contenedor es un proceso aislado que se ejecuta en un sistema operativo compartido, ofreciendo una alternativa más ligera para máquinas…

Read more
Containerizing a Node.js Application for Development With Docker Compose — step-by-step Docker tutorial on Progressive Robot

Containerizing a Node.js Application for Development With Docker Compose

If you are actively developing an application, Docker can simplify your workflow and the process of deploying your application to production. This tutorial will show you how to set up a development environment for a Node.js application using Docker. You will create two containers — one for the Node application and another for the MongoDB database — with Docker Compose. At the end of this tutorial, you will have a working shark information application running on Docker containers.

Read more
CHAT