From d72d265e2588c99161185d78275f93475d44917a Mon Sep 17 00:00:00 2001 From: Filipp Frizzy Date: Sat, 17 Nov 2018 21:08:22 +0000 Subject: [PATCH] add new links into Filesystem section https://github.com/wagoodman/dive https://github.com/google/go-containerregistry --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 664d9f0..6e48696 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,10 @@ Standalone, daemon-less, unprivileged Dockerfile and OCI compatible container im Command line utility designed to build and to configure at runtime App Containers Images (ACI) and App Container Pods (POD) based on convention over configuration. * [Whaler](https://github.com/P3GLEG/Whaler) Whaler is designed to reverse engineer a Docker Image into the Dockerfile that created it. +* [dive](https://github.com/wagoodman/dive) +A tool for exploring each layer in a docker image. +* [go-containerregistry](https://github.com/google/go-containerregistry) +Go library and CLIs for working with container registries. ## Dashboard