Coder Social home page Coder Social logo

andersonfariiass / nettools Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aeciopires/nettools

0.0 0.0 0.0 23 KB

A simple and small Docker image with some handy networking tools installed

Home Page: https://hub.docker.com/r/aeciopires/nettools

License: GNU General Public License v3.0

Makefile 67.85% Dockerfile 32.15%

nettools's Introduction

nettools

About

A simple and small Docker image with some handy networking tools installed.

Reference:

Repository in Docker Hub:

Attention!!! This image has binaries and has been compiled to support the x86_64 processor only

Tools:

  • vim
  • nano
  • elinks
  • net-tools
  • conntrack-tools
  • coreutils
  • curl
  • wget
  • drill
  • iperf3
  • iproute2
  • iptables
  • iputils
  • ip6tables
  • keepalived
  • nftables
  • socat
  • netcat-openbsd
  • bind-tools
  • ethtool
  • mtr
  • tcpdump
  • lshw
  • nmap

Please see the Dockerfile for a complete list of tools.

Run this image

In Docker container:

docker run -it --rm --name nettools aeciopires/nettools:1.0.0 bash

In Kubernetes cluster:

Access the Kubernetes cluster and run this command.

kubectl run --rm -it nettools-$(< /dev/urandom tr -dc a-z-0-9 | head -c${1:-4}) --image=aeciopires/nettools:1.0.0 -n default -- bash

Creating alias nettools with this command:

echo "alias nettools='kubectl run --rm -it nettools-$(< /dev/urandom tr -dc a-z-0-9 | head -c${1:-4}) --image=aeciopires/nettools:1.0.0 -n default -- bash'" >> $HOME/.bashrc
source $HOME/.bashrc

nettools

Contributing

Updating this image

  • Change the Dockerfile.

  • Change the value of the VERSION variable in nettools/Makefile file.

  • Commands to build the image:

cd nettools

make image

Commands to run a container:

cd nettools

make container

Publishing the image

cd nettools

make publish

License

nettools's People

Contributors

aeciopires avatar

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.