I updated XCode on my Mac and since then when starting Docker using docker-sync-stack start I get this error message:
docker-sync-stack start
mkmf.rb can\'t find header
When upgrading XCode you need to install the Command-Line Tools and additionally accept the terms and conditions:
sudo xcode-select --install
Then:
sudo xcodebuild -license