Skip to content

saurabhchatterjee/ubuntu-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ubuntu-docker

Ubuntu docker images with ping and netcat

Just use the below command to create the image and start using Ubuntu with ping and netcat installed. I needed this while I was trying to understand more about Docker networking. Hope this helps.

docker build . -t ubuntu_ping_nc:latest

Alternatively, you can also just run the build-image.sh

bash build-image.sh

Releases

No releases published

Packages

No packages published