Skip to content

fcastello/ubuntu-nework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-nework

Container image with basic network and troubleshooting CLI tools based on ubuntu LTS (currently 20.04)

APT packages included in the image

  • curl
  • wget
  • telnet
  • dnsutils
  • net-tools
  • netcat-openbsd
  • traceroute
  • nmap
  • jq
  • traceroute
  • ssh
  • ssh-askpass
  • python3
  • python3-pip
  • virtualenv
  • inetutils-ping
  • unzip
  • zip
  • make
  • vim
  • iproute2
  • iptables
  • tcpdump

Requirements

  • docker
  • docker buildx
  • automake (for running the make command)

Build

## For building just run
make build

Usage

To get an interactive container running a bash shel just run

docker run -it fcastello/ubuntu-network bash

To start a container running in the background

# Start the container
docker run -d -t --name ubuntu fcastello/ubuntu-network bash

# Shell into the running container
docker exec -it ubuntu bash

About

Container image with basic network and troubleshooting CLI tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published