projectatomic/image-inspector

Name: image-inspector

Owner: Project Atomic

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

Created: 2015-09-01 22:27:00.0

Updated: 2018-03-22 10:03:51.0

Pushed: 2015-09-01 15:52:45.0

Homepage:

Size: 346

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.