florianrusch / debugging-container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:The Unlicense


Languages

Language:Dockerfile 100.0%