You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
For Windows computers, when opening any of the local environments for the docker containers, need to use 192.168.99.100 instead of localhost. Read more here.
For example:
localhost:4000 becomes 192.168.99.100:4000
Workflow for client container
Changes made with vscode npm start wont be seen in the docker version unless you restart it.
docker restart heart_node_client
Common Docker Commands
docker-compose builddocker-compose up
Gracefully stops the containers
docker-compose stop
Actually destroys the containers
docker-compose down