Skip to content

evertonlperes/multi-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi-docker

This is a full nodejs sample project with multiple containers strategy. The application hosts a fibonacci calculator built in React and it stores all values into the postgres database.

Requirements

  • Rancher Desktop container management tool

How to use

On Rancher Desktop, you can either select containerd - nerdctl or moby - dockerd container runtime.

dockerd container runtime

  • Run docker-compose build
  • Run docker-compose up

containerd container runtime

  • Run nerdctl compose build
  • Run nerdctl compose up

Access the application throught

Stop all existing running containers

  • Run docker-compose down or
  • Run nerdctl compose down

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published