Created
May 6, 2019 13:30
-
-
Save tmwatchanan/1ffd2ead71a6b4f6d199b35159c77786 to your computer and use it in GitHub Desktop.
A way that might be able to fix slow internet connection when pulling docker images
This file contains hidden or 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
| service docker stop | |
| dockerd --max-concurrent-downloads 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment