Skip to content

Instantly share code, notes, and snippets.

@simonvc
Created December 5, 2016 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simonvc/accafbba4b922d30b1246d8c282db3a8 to your computer and use it in GitHub Desktop.
Save simonvc/accafbba4b922d30b1246d8c282db3a8 to your computer and use it in GitHub Desktop.
cd ~/Library/Containers/com.docker.docker/Data/database/
git reset --hard
cat com.docker.driver.amd64-linux/slirp/max-connections
echo 1500 > com.docker.driver.amd64-linux/slirp/max-connections
git add com.docker.driver.amd64-linux/slirp/max-connections
git commit -s -m 'Update the maximum number of connections'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment