Skip to content

A minimalist Docker image for securely removing data from directories.

License

Notifications You must be signed in to change notification settings

codeclimate/shredder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Shredder

Overview

A minimalist Docker image for securely removing data from directories.

Usage

Mount directories to shred & pass their mounted paths to the container. Targets are intended to be rm -rfed, so you should mount the parent of the file you want deleted, but specify the mounted path to the file you want deleted as an argument.

> docker run --rm \
  --volume "/my/data:/tmp/target1" \
  --volume "/other/data:/tmp/target2" \
  codeclimate/shredder /tmp/target1/dir-to-del /tmp/target2/other-target

About

A minimalist Docker image for securely removing data from directories.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published