Skip to content

Instantly share code, notes, and snippets.

@jeffsaracco
Created July 10, 2018 17:50
Show Gist options
  • Save jeffsaracco/72ccf6f781dabbb191ddf0b799984ba2 to your computer and use it in GitHub Desktop.
Save jeffsaracco/72ccf6f781dabbb191ddf0b799984ba2 to your computer and use it in GitHub Desktop.
Docker for mac IO perf improvement
#!/bin/bash
cd ~/Library/Containers/com.docker.docker/Data/database/
mkdir -p ./com.docker.driver.amd64-linux/disk
echo -n false > ./com.docker.driver.amd64-linux/disk/full-sync-on-flush
echo -n none > ./com.docker.driver.amd64-linux/disk/on-flush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment