4
4

More than 5 years have passed since last update.

OSS版 drone.io のジョブ実行を高速化する

Last updated at Posted at 2015-07-11

問題: ビルドが始まるまで4分ぐらいかかる
解決: docker の storage driver を devicemapper から aufs に変更する

こちらに issue があがっていた > https://github.com/drone/drone/issues/271
どうやらそもそも docker の devicemapper は遅いようだ。aufs にした所すぐ立ち上がるようになった。

なお、overlayfs でも良いという話だったが、docker の issue があってちゃんと使えなかった。
https://github.com/docker/docker/issues/12488

aufs対応方法

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4