Closed Startouf closed 4 years ago
Shame on me, I did not realise the error hinted at a bad quoting in my docker-sync.yml file.
I would like to note, that even after fixing the problem, performing a docker-sync stop + start did NOT fix the issue.
I had to manually
docker kill $(docker ps -q)
docker rm $(docker ps -a -q)
to fix the problem
EDIT : aaah found a ref in the documentation for docker-sync clean
I should have done that probably
Great you could solve the issue @Startouf ! I guess we can close the issue here now?
Error/Feature Requestion/Docs
Hello, on a fresh install of docker-sync on a new macOS, I have the following error the first time (although it seems to start fine)
When I try making a docker-sync stop+start, it gives the following error
When I reset my containers using
And I start again, I'm back to square one (error at the beginning with sh: syntax error
Docker Driver
Docker desktop for macOS 2.3.0.3 Tried on system ruby (2.6.0) and ruby 2.6.3 docker-sync (0.5.14)
Sync strategy
native_osx
your docker-sync.yml
OS
macOS Catalina 10.15.5 macbook pro 2019 16-inch
Not sure if it's important, but I am using zsh