Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 810 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 810 Bytes

The 1995parham's Handy Docker Image

GitHub Workflow Status

Introduction

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.

How to?

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>

Alternatives