Coder Social home page Coder Social logo

docker-nettools's People

Contributors

hudymi avatar korroot avatar mgumz avatar tlnd avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docker-nettools's Issues

add ethtool

To configure interface setting like GRO we nned to have the ethtool in the nettools

'fatal: unable to connect to github.com' message when build the Dockerfile

Console log

root@zumabox:~/docker-netsniff# docker build -t trafgen-docker .
Sending build context to Docker daemon  4.608kB
Step 1/16 : FROM alpine:3.15 as builder
 ---> 02e0d6fdf486
Step 2/16 : WORKDIR /workspace
 ---> Using cache
 ---> a9ce4a58511c
Step 3/16 : RUN apk add --no-cache --update         linux-headers         alpine-sdk         coreutils         bash         git         flex         bison
 ---> Using cache
 ---> bc3faec85fc2
Step 4/16 : RUN git clone git://github.com/netsniff-ng/netsniff-ng.git
 ---> Running in edcf59b0656a
Cloning into 'netsniff-ng'...
fatal: unable to connect to github.com:
github.com[0: 140.82.121.4]: errno=Operation timed out

The command '/bin/sh -c git clone git://github.com/netsniff-ng/netsniff-ng.git' returned a non-zero code: 128

Solution

https://stackoverflow.com/questions/16298986/unable-to-connect-to-github-com-for-cloning

  • Change the Dockerfile:
    • Replace the RUN git clone git://github.com/netsniff-ng/netsniff-ng.git with RUN git clone http://github.com/netsniff-ng/netsniff-ng.git if you face with the same problem.

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.