A collection of scripts that ease daily docker and kubernetes usage.
docker-multitail CONTAINER_NAME [CONTAINER_NAME ...]
: shows multiple container logs in one terminal window (requiresmultitail
)k8s-multitail POD_NAME [POD_NAME ...]
: just likedocker-multitail
but for k8s podsdocker-tail
: shows one container logsk8s-tail
: just likedocker-tail
but for k8s podsdocker-remove-unused-images
: removes images marked asdangling
docker-remove-unused-volumes
: removes volumes marked asdangling
docker-stop-all
: stops all running containersdocker-stop-remove CONTAINER_NAME [CONTAINER_NAME ...]
: stops and remove container(s)
Clone the repo somewhere on your disk, than add that folder to your PATH
environment variable.
Each script has its own license. When not specified, a link to the original source of the code is provided. Everything brand new is released under GPLv3