Skip to content

iron-io/imagelayers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageLayers API

ImageLayers is a project from the team at CenturyLink Labs. This utility provides a browser-based visualization of user-specified Docker Images and their layers. This visualization provides key information on the composition of a Docker Image and any commonalities between them. ImageLayers.io allows Docker users to easily discover best practices for image construction, and aid in determining which images are most appropriate for their specific use cases. Similar to docker images --tree, the ImageLayers project aims to make visualizing your image cache easier, so that you may identify images that take up excessive space and create smarter base images for your Docker projects.

##Installation

The ImageLayers API is a golang application and uses godep.

$ go get github.com/iron-io/imagelayers
$ go get github.com/tools/godep
$ cd $GOPATH/src/github.com/iron-io/imagelayers
$ godep restore
$ go test ./... #should all pass
$ go run main.go #or build and run

##imagelayers-graph UI Project ImageLayers provides services to search and analyze mulitple images within the docker registry. Imagelayers Graph is an example interface using these services.

##ImageLayers In Action You can see the hosted version of ImageLayers at imagelayers.iron.io.

Packages

No packages published

Languages

  • Go 97.4%
  • Shell 2.6%