GoogleContainerTools/skaffold

Warn if Docker daemon is out of space

オープン

#4,695 opened on 2020/08/18

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Go (1,416 件のフォーク)batch import
help wantedkind/frictionkind/todopriority/p3

Repository metrics

Stars
 (12,822 個のスター)
PR merge metrics
 (平均マージ 3d 6h) (30d で 16 merged PRs)

説明

We've noticed across a couple of friction logs that strange things occur when the Docker daemon is out of space, particularly with minikube.

Before calling docker build, could we check docker system df to make sure there is adequate space and emit a warning if not? This could also be useful as a trigger to prune images during startup (#4693).

NOTE: This would be applicable for both local builds (minikube docker-env) and remote builds.

コントリビューターガイド