Skip to content

Commit

Permalink
Updates for v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
killianbrackey committed May 11, 2016
1 parent f58e422 commit e1da135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/ZZROTDesign/docker-clean.svg?branch=v2.0.2)](https://travis-ci.org/ZZROTDesign/docker-clean)[![GitHub release](https://img.shields.io/github/release/zzrotDesign/docker-clean.svg)](https://github.com/ZZROTDesign/docker-clean/releases)
[![Build Status](https://travis-ci.org/ZZROTDesign/docker-clean.svg?branch=v2.0.3)](https://travis-ci.org/ZZROTDesign/docker-clean)[![GitHub release](https://img.shields.io/github/release/zzrotDesign/docker-clean.svg)](https://github.com/ZZROTDesign/docker-clean/releases)
# Docker-Clean

[![Join the chat at https://gitter.im/ZZROTDesign/docker-clean](https://badges.gitter.im/ZZROTDesign/docker-clean.svg)](https://gitter.im/ZZROTDesign/docker-clean?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Expand All @@ -12,7 +12,7 @@ In order to use the volume capabilities, it is required that the Docker Daemon i

## Install

curl -s https://raw.githubusercontent.com/ZZROTDesign/docker-clean/v2.0.2/docker-clean |
curl -s https://raw.githubusercontent.com/ZZROTDesign/docker-clean/v2.0.3/docker-clean |
sudo tee /usr/local/bin/docker-clean > /dev/null && \
sudo chmod +x /usr/local/bin/docker-clean

Expand Down
1 change: 0 additions & 1 deletion docker-clean
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ function usage {
echo "all Stops and removes all containers, images, volumes and networks"
echo
echo "Additional Flag options:"
echo "Flag "
echo
echo "-n or --dry-run Adding this additional flag will list items to be"
echo " removed without executing any stopping or removing commands"
Expand Down

0 comments on commit e1da135

Please sign in to comment.