Debugging docker image for web and network related subjects
251
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.
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
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!
Please visit the github repository for further details and source files.
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.
Content type
Image
Digest
sha256:4c5fe73ad…
Size
120.3 MB
Last updated
over 3 years ago
docker pull btungut/hand-drill:0.3