Skip to content

2Kelvin/dockerized-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Notes App

Implementing persistent storage for a Dockerized notes app

Run the multicontainer app:

docker compose up -d --build

Delete/Teardown the multicontainer app:

docker compose down

To tear down all the containers and delete the persistent volumes the app uses, run:

docker compose down --volumes

About

Implementing persistent storage for a dockerized notes app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors