bluerobotics / bluerobotics/BlueOS
Limit docker concurrent downloads
Open
core
must-have
- Dominant language
- Vue
- Stars
- 453
- Forks
- 151
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 174
Description
By adding this file `/etc/docker/daemon.json`, with the following content:
```
{
"max-concurrent-downloads": 1
}
```
We can increase system stability while installing extensions and updating BlueOS
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.