Simple Node.js Project to show how microservices architecture can be built and deployed on Docker.
- Start all services by the following command:
docker-compose up
- Stop & remove all the docker instances by the following command:
docker-compose stop
- If you have a problem about sharing local drives for dockers on windows, you can try this: Docker -> Settings -> Resources -> File Sharing If the checkbox is not clicked, click and Apply & Restart Docker