Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

586
Views
Docker - Bash: IP: command not found

I'm currently trying to set up a hyperledger fabric network using docker toolbox, based on the guide HERE

When it comes to "Starting up validating peers" step, I followed and entered ip add into the terminal, but it returns bash: ip: command not found. Any solution? I've tried ifconfig as well and it's the same issue, command not found.

Using Docker Toolbox on Windows 10 Home

Thanks

about 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Install ip command package for Ubuntu.

apt update
apt install iproute2
about 4 years ago · Santiago Trujillo Report

0

I have tried hostname -I. Working fine for me.No need to install a new package.

about 4 years ago · Santiago Trujillo Report

0

Unfortunately, your link has been broken (or it might be inaccessible from Iran). Although there is not enough evidence of which Linux OS you are trying to use, a solution is provided as follow work under .deb (e.g. Ubuntu) and .rpm (e.g. Fedora) package managers.

At first, update the container's repository: Ubuntu:

apt-get update

CentOS:

yum update

Fedora:

dnf update

Secondly, install net-tools package. Ubuntu:

apt-get install net-tools

CentOS:

yum install net-tools

Fedora:

dnf install net-tools

Lately, ifconfig has been replaced with ip command. So make sure to check both commands, some Linux distributions have not changed the command yet.

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!