LoginSignup
1
0

More than 3 years have passed since last update.

【メモ】VFS Storage Driver

Posted at

VFS Storage Driver

  • union FSではない
  • 容量とパフォーマンスにデメリットがある
  • CoWは未対応
  • 新しいレイヤーを作るときは「deep copy(オブジェクトとメモリの両方がコピーされる)」である
  • /var/lib/docker/vfs/dir/ に配置されるが、イメージレイヤIDsとの関連性はない
  • どんな backing filesystemでも使える
1
0
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
1
0