Skip to content

ccrotty/DockerizedNode

 
 

Repository files navigation

Dockerized Node

Repo of the dockerized networking article

The Project has two branches,

  • master branch : Contains the configurations with just the DockerFile
  • docker-compose : Contains configuration using the docker-compose set up with networks

To run the container

Master

# Build the container
$ docker build -t <containerName> .

# then proceed to run the container
$ docker run --rm -it -p 4000:4500 <containerName>

docker-compose

# simply run the docker compose setup.
$ docker-compose up -d 

About

A sample of a dockerized node app, easily extensible to multiple project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.5%
  • HTML 7.5%
  • CSS 3.0%