Skip to content

Simple shell scripts for stopping and removing docker containers/images.

Notifications You must be signed in to change notification settings

arekRos/docker-killer

Repository files navigation

docker-killer

Simple shell shortcuts scripts for stopping and removing docker containers/images on Linux. Scripts use sudo command, so be AWARE.

Installation

./create-shourtcuts-symlinks.sh

Available commands

  • Stop all existing containers dsac

  • Remove all existing containers drac

  • Remove all existing images drai

  • Stop and remove all existing containers and images dra

  • Remove one container and image by name (Assuming container name and image name are the same.) dro my_image_name

About

Simple shell scripts for stopping and removing docker containers/images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages