There are some times that I need to debug an issue on Kubernetes (on Cloud) and those times I need a pod with some networking/debugging utilities to I can run it, attach to it and start investigating. This image is created for those hard times.
You can run the debug pod as follows on Kubernetes:
kubectl run 1995parham --image=ghcr.io/1995parham-me/docker:latest --image-pull-policy=Always --rm -it --restart=Never --command -- <command>