Skip to content

wingsuitist/ociextract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

OCI Extract

Extract file structure from Docker image.

Installation

  • It's a bash script: download it and put it into a directory in your PATH variable.

Usage

wget https://raw.githubusercontent.com/wingsuitist/ociextract/main/ociextract

chmod u+x ./ociextract

docker pull alpine:latest

./ociextract alpine:latest

ls -l alpine_latest.extracted

# merged layers extracted into one folder:
#
# bin   dev   etc   home  lib   media mnt   opt   proc  root  run   sbin  srv   sys   tmp   usr   var

About

Extract file structure from a Docker image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages