devgeniem / gdev

Helper script for developing containerized web applications.
https://devgeniem.github.io/gdev/
MIT License
29 stars 16 forks source link

docker-sync should be installed #48

Closed niemenmaa closed 6 years ago

niemenmaa commented 6 years ago

We have started to use docker-compose version 3 and declare used volumes as external. This requires docker sync to work. Consider these lines to be added in the install script for macOS.

# Install non-system ruby to run commands non-sudo
brew install ruby
# Install docker-sync to run .docker-sync.yml defined volumes
gem install docker-sync
niemenmaa commented 6 years ago

49 fixes this