Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.47 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.47 KB

Debugcontainer

Github Workflow Badge Github Last Commit Badge Docker Pull Badge Docker Stars Badge Docker Size Badge

Quick reference

I made this container to debug container infrastructure (eg. Kubernetes). This is a image with many handy tools in it.

Image tags

  • latest always refers to the latest tagged release.
  • There are tags for major, minor and patchreleases (eg. 1.0.0, 1.0, 1 )
  • nightly gets automatically built a daily cron job
  • devel gets automatically built on every push and represents the latest version of the repo

Usage

You can either deploy this container standalone to test stuff, or use it as a side car if you need some special features in your pod. One use case as a side car is analyse traffic with tcpdump.

docker pull tdeutsch/debugcontainer:<tag>

or

docker pull ghcr.io/tuxpeople/debugcontainer:<tag>