Building Node API using a Docker Utility Container

Publicado em: 06 Setembro 2022
no canal de: The Full Stack Junkie
2,558
108

Hey what is up everyone hope you are all health and having a good and productive day. I made this video just to show you how powerful docker is and how we are able to build and spin up an express api without even installing nodejs on our system.

If you found this video helpful please give this video a thumbs up and subscribe to the channels for more content like this.

Create utility image and container
============================
docker build -t node-util .

Init project using utility container
===========================
docker run -it --rm -v "project-dir-absolute-path":/app node-util yarn init
docker run -it --rm -v "project-dir-absolute-path":/app node-util yarn add express

Create express server image and container
===================================
docker run -it --rm -p 3000:3000 express-server


Nesta página do site você pode assistir ao vídeo on-line Building Node API using a Docker Utility Container duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário The Full Stack Junkie 06 Setembro 2022, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 2,558 vezes e gostou 108 espectadores. Boa visualização!