Skip to content
This repository has been archived by the owner on Mar 22, 2018. It is now read-only.

projectatomic/image-inspector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building image-inspector

To build image-inspector using godep:

$ godep go build

Running image-inspector in a container

$ docker run -ti --rm --privileged \
  -v /var/run/docker.sock:/var/run/docker.sock \
  fsimonce/image-inspector --image=fedora:20 --path=/tmp/image-content

About

Makes it easy to inspect the contents of a Docker image via the web

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%