karasevm/notes

By karasevm

Updated over 4 years ago

Example dockerized project

Image
0

8

Example dockerized project

Based on an example project from full stack react course. The app is a simple note app.

Running the image

Example command to start the image

docker run -d -p 3000:3000 karasevm/notes

Docker Pull Command

docker pull karasevm/notes