Skip to content

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

License

Notifications You must be signed in to change notification settings

tuxpeople/docker-debugcontainer

Repository files navigation

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 dotreleases (eg. 1.0.0, 1.0, 1 )
  • edge gets automatically built on every push to master and also via a weekly cron job

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 quay.io/tdeutsch/debugcontainer:<tag>