/debugging-container

Primary LanguageDockerfileThe UnlicenseUnlicense

debugging-container

The container contains:

Run it

kubectl run --rm -ti --image-pull-policy='Always' fr-debugging --image=ghcr.io/florianrusch/debugging-container:main --overrides='{ "apiVersion": "v1", "spec": { "containers": [{ "name": "fr-debugging123124124", "image": "ghcr.io/florianrusch/debugging-container:main", "stdin": true, "tty": true, "args": ["/bin/bash"], "resources": { "limits": { "memory": "50Mi" }}}]}}' -- /bin/bash