https://github.com/rancher/sherdock
Docker Image Manager
https://github.com/rancher/sherdock
Last synced: about 1 month ago
JSON representation
Docker Image Manager
- Host: GitHub
- URL: https://github.com/rancher/sherdock
- Owner: rancher
- Archived: true
- Created: 2015-06-20T20:51:18.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-28T00:10:37.000Z (over 9 years ago)
- Last Synced: 2025-03-12T07:38:04.452Z (about 1 month ago)
- Language: JavaScript
- Size: 4.82 MB
- Stars: 109
- Watchers: 19
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-docker - sherdock - Automatic GC of images based on regexp by [@rancher][rancher] (Development with Docker / Garbage Collection)
- awesome-docker - sherdock - Automatic GC of images based on regexp by [@rancher][rancher] (Development with Docker / Garbage Collection)
- awesome-docker - sherdock - Automatic GC of images based on regexp by [@rancher][rancher] (Development with Docker / Garbage Collection)
- awesome-docker - sherdock - Automatic GC of images based on regexp by [@rancher][rancher] (Development with Docker / Garbage Collection)
README
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
```bash
# Update UI
./script/build-ui# Run
./script/run
```## Release
./script/package