Giter Club home page Giter Club logo

debug's Introduction

debug

Simple container image for debugging.

The debug container image is based on the latest Ubuntu LTS image and contains:

Usage

One-Off Command

If you only want to run a single command:

Docker (one-off)

docker run --rm ghcr.io/patrickhoefler/debug dig +short google.com

nerdctl (one-off)

nerdctl run --rm ghcr.io/patrickhoefler/debug dig +short google.com

Kubernetes (one-off)

kubectl run --rm --restart=Never -iq --image ghcr.io/patrickhoefler/debug debug dig +short google.com

Interactive Mode

If you want to start an interactive debugging session:

Docker (interactive)

docker run --rm -it ghcr.io/patrickhoefler/debug

nerdctl (interactive)

nerdctl run --rm -it ghcr.io/patrickhoefler/debug

Kubernetes (interactive)

kubectl run --rm --restart=Never -it --image ghcr.io/patrickhoefler/debug debug

License

MIT

debug's People

Contributors

patrickhoefler avatar renovate[bot] avatar

Watchers

 avatar  avatar  avatar

debug's Issues

Dependency Dashboard

This issue provides visibility into Renovate updates and their statuses. Learn more

This repository currently has no open or pending branches.


  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.