docker pull 设置下载线程数
Concurrent downloadsBy default the Docker daemon will pull three layers of an image at a time. If you are on a low bandwidth connection this may cause timeout issues and you may want to lower this via the
--max-concurrent-downloads
daemon option. See the daemon documentation for more details.For example uses of this command, refer to the examples section below.
最后更新于