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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bab4a99 · Sep 29, 2021
Sep 29, 2021
Sep 27, 2021
Sep 27, 2021
Sep 27, 2021
Dec 22, 2020
Sep 29, 2021

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 )
  • nightly gets automatically built a daily 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 ghcr.io/tuxpeople/debugcontainer:<tag>

or

docker pull quay.io/tdeutsch/debugcontainer:<tag>