mpyw / docker-clean

Remove all dangling images, volumes, networks and randomly named containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-clean

Remove all dangling images, volumes, networks and randomly named containers

Installing

(
    cd /tmp \
    && curl -LO https://raw.githubusercontent.com/mpyw/docker-clean/master/docker-clean.sh \
    && chmod +x docker-clean.sh \
    && mv docker-clean.sh /usr/local/bin/docker-clean
)

About

Remove all dangling images, volumes, networks and randomly named containers

License:MIT License


Languages

Language:Shell 100.0%