https://github.com/freethenation/kube-debug-container
https://github.com/freethenation/kube-debug-container
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/freethenation/kube-debug-container
- Owner: freethenation
- License: mit
- Created: 2021-10-25T17:02:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T17:12:46.000Z (over 4 years ago)
- Last Synced: 2025-01-28T17:17:11.417Z (over 1 year ago)
- Language: Dockerfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kube Debug Container
Just a personal container for debugging kubernetes / docker environments. Container is hosted publicly at [DockerHub](https://hub.docker.com/repository/docker/freethenation/kube-debug-container/).
* Pull with: `docker pull freethenation/kube-debug-container:latest`
* Exec into kube pod: `kubectl exec --stdin --tty kube-debug-container -- /bin/zsh`
* Exec into docker container: `docker exec -it kube-debug-container /bin/bash`