Created
July 10, 2018 17:50
-
-
Save jeffsaracco/72ccf6f781dabbb191ddf0b799984ba2 to your computer and use it in GitHub Desktop.
Docker for mac IO perf improvement
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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