https://github.com/ffissore/docker-k8s-scripts
Collection of bash scripts to ease docker and kubernetes usage
https://github.com/ffissore/docker-k8s-scripts
bash docker helper kubernetes multitail script tail
Last synced: about 1 month ago
JSON representation
Collection of bash scripts to ease docker and kubernetes usage
- Host: GitHub
- URL: https://github.com/ffissore/docker-k8s-scripts
- Owner: ffissore
- Created: 2016-01-12T08:12:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T11:16:50.000Z (over 8 years ago)
- Last Synced: 2025-04-12T06:17:55.027Z (about 1 month ago)
- Topics: bash, docker, helper, kubernetes, multitail, script, tail
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 11
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# docker-k8s-scripts
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 (requires `multitail`)
- `k8s-multitail POD_NAME [POD_NAME ...]`: just like `docker-multitail` but for k8s pods
- `docker-tail`: shows one container logs
- `k8s-tail`: just like `docker-tail` but for k8s pods
- `docker-remove-unused-images`: removes images marked as `dangling`
- `docker-remove-unused-volumes`: removes volumes marked as `dangling`
- `docker-stop-all`: stops all running containers
- `docker-stop-remove CONTAINER_NAME [CONTAINER_NAME ...]`: stops and remove container(s)## Usage
Clone the repo somewhere on your disk, than add that folder to your `PATH` environment variable.
## Licenses
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