References:
- https://duske.me/performant-docker-container-sync-with-docker-sync
- https://github.com/EugenMayer/docker-sync
- Install docker-sync dependencies:
gem install docker-sync
-
cd
into repository directory. -
Start the server (runs sync and compose):
docker-sync-stack start
If you get an error saying the command is not found you may need to rehashsource ~/.bash_profile
-
Navigate to http://dev.localhost:3000 in your browser.