Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

rancher/sherdock

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sherdock

sherdock

DockerCon 2015 Hackathon Project

Features

  • Automatic GC of images based on regexp
  • Find and delete orphan Docker volumes (requires Docker 1.7)
  • UI

Running

docker run -d -v /var/lib/docker:/var/lib/docker -v /var/run/docker.sock:/var/run/docker.sock -p 8080:8080 rancher/sherdock

UI at http://localhost:8080

Warning

Sherdock is a Work in Progress and running sherdock might lead to docker images being deleted on the host. The default configuration will not GC anything. Please change the default configuration from ".*" to just the images you want to save.

Developing

# Update UI
./script/build-ui

# Run
./script/run

Release

./script/package