EugenMayer / docker-sync

Run your application at full speed while syncing your code for development, finally empowering you to utilize docker for development under OSX/Windows/*Linux
GNU General Public License v3.0
3.54k stars 290 forks source link

`docker-sync-stack start` executes `docker-compose up` before initial sync is completed #357

Closed rwilliams closed 7 years ago

rwilliams commented 7 years ago

Error

docker-sync-stack start executes docker-compose up before the initial sync is completed

Docker Driver

d4m

Sync strategy

native_osx docker-sync 0.4.2

your docker-sync.yml

version: "2"

options:
  verbose: true

syncs:
  myappname-sync: 
    sync_excludes: ['.gitignore', '.idea/*','.git/*', '*.coffee', '*.scss', '*.sass','*.log']
    src: './'

OS

OSX 10.12.4

EugenMayer commented 7 years ago

That is impossible to fix right now, i would assume. Do not expect this to get fixed quick or fast - though i understand the need of it

rwilliams commented 7 years ago

Yep, no worries. Now that we have it documented it'll be super easy for folks to work around.

EugenMayer commented 7 years ago

should have been solved by #366 in the unison image

EugenMayer commented 7 years ago

try

gem uninstall docker-sync 
gem install docker-sync --version 0.4.3-beta1

Does it help with the synchronity?

EugenMayer commented 7 years ago

i should have fixed this now with

gem uninstall docker-sync
gem install docker-sync --version 0.4.4.beta1

Please report back