aboutsummaryrefslogtreecommitdiff
path: root/utils/docker-ce/Makefile
Commit message (Collapse)AuthorAge
* docker-ce: Expand nofile from 1024(soft) 4096(hard) as large as possible ↵Student4142019-08-30
| | | | | | | | | when using procd. When we run docker image and export too many ports, dockerd will output some errors like "too many open files", it is caused by max-file limitation. Now, we start dockerd using procd, just add a statement to fix this problem. Signed-off-by: Fuying Wang <805447391@qq.com>
* docker-ce: Updated to 19.03.1Gerard Ryan2019-08-10
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Updated and added --init and --publish optionsGerard Ryan2019-07-20
| | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* docker-ce: Added Docker community editionGerard Ryan2019-07-04
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>