codeclimate/shredder

Name: shredder

Owner: Code Climate

Description: null

Created: 2017-01-23 20:16:26.0

Updated: 2017-01-26 20:01:01.0

Pushed: 2017-07-06 16:17:36.0

Homepage: null

Size: 3

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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.

cker run --rm \
volume "/my/data:/tmp/target1" \
volume "/other/data:/tmp/target2" \
declimate/shredder /tmp/target1/dir-to-del /tmp/target2/other-target

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.