Skip to content

Commit

Permalink
Update intro
Browse files Browse the repository at this point in the history
Signed-off-by: dkwon17 <[email protected]>
  • Loading branch information
dkwon17 committed Mar 28, 2024
1 parent 8a1d2ea commit 71970ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-03-28-fuse-storage-driver.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: ['fuse', 'storage', 'driver', 'vfs', 'overlay', 'fuse-overlayfs']
slug: /@david.kwon/fuse-storage-driver
---

With the fuse-overlayfs storage driver, you can enable faster builds and a more optimized storage usage for `podman build` and `buildah` within your Eclipse Che cloud development environment (CDE). Before diving into the details on how it's enabled, first let's discuss some prerequisite details about container layers and stoarge drivers.
With the fuse-overlayfs storage driver, you can enable faster builds and a more optimized storage usage for `podman build` and `buildah` within your Eclipse Che cloud development environment (CDE). Before diving into its advantages, first let's discuss some prerequisite details about container layers and stoarge drivers.

Container images consist of https://docs.docker.com/build/guide/layers[layers] which are stored and used for building and running containers. A huge benefit of this layer anatomy is that, assuming that each image layer stores only the file differences compared to the previous layer (i.e. the delta), each layer is small which generally allows time and space savings when building and running containers. This is because layers allow efficient caching and sharing between containers.

Expand Down

0 comments on commit 71970ee

Please sign in to comment.