Sign inSign up

btungut/hand-drill

By btungut

Updated over 3 years ago

Debugging docker image for web and network related subjects

Image
0

251

btungut/hand-drill repository overview

hand-drill

This is the docker image inherited from Ubuntu 20.04 and built for the debugging purposes, especially the web and network related subjects. It includes mostly used tools and a web server that listens the 8080 port.

Please visit the Dockerfile for the details and included packages/applications.

Run on docker

Execute the following snippet on your terminal to run hand-drill on your docker environment:

docker run -it -p 8080:80 btungut/hand-drill:0.3 bash

Or prefer the second option for not attaching the container:

docker run -d -p 8080:80 btungut/hand-drill:0.3

Run on Kubernetes

To create hand-drill as a pod in your kubernetes cluster, please run the following command:

kubectl apply -f https://raw.githubusercontent.com/btungut/toolkit/master/hand-drill/deploy-kubernetes.yaml

Before run the kubectl apply command, ensure the namespace you're working on!

Source

Please visit the github repository for further details and source files.

Disclaimer

This application provided for the purpose of illustration and debugging only and is not intended to be used in a production environment.

THIS SAMPLE CODE AND ARTIFACTS AND ANY RELATED INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.

Tag summary

Content type

Image

Digest

sha256:4c5fe73ad

Size

120.3 MB

Last updated

over 3 years ago

docker pull btungut/hand-drill:0.3