Skip to content

Commit

Permalink
[README.md] how to avoid duplicates in explicit layers
Browse files Browse the repository at this point in the history
Take the suggestion from this comment:
#41 (comment)

And add a link to https://blog.eigenvalue.net/2023-nix2container-everything-once/
  • Loading branch information
kolloch committed Dec 23, 2023
1 parent 72c8e1b commit ba47780
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ and a second layer containing the script only.
In real life, the isolated layer can contains a Python environment or
Node modules.

See
[Nix & Docker: Layer explicitly without duplicate packages!](https://blog.eigenvalue.net/2023-nix2container-everything-once/)
for learning how to avoid duplicate store paths in your explicitly layered
images.

## Quick and dirty benchmarks

Expand Down

0 comments on commit ba47780

Please sign in to comment.