Skip to content

Commit

Permalink
Update docker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Oct 29, 2018
1 parent 215b2f0 commit ea0a1e6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/virtualization/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -442,3 +442,19 @@ Clear log history
$ sudo ./docker-logs-clean.sh
https://github.com/docker/compose/issues/1083#issuecomment-216540808


Set maximum concurrent download for docker pull
-----------------------------------------------



.. code-block:: bash
$ sudo vim /lib/systemd/system/docker.service
[Service]
ExecStart=/usr/bin/dockerd -H fd:// --max-concurrent-downloads 1
$ sudo systemctl daemon-reload
$ systemctl restart docker

0 comments on commit ea0a1e6

Please sign in to comment.