Docker - Bash: IP: command not found

ZenX0904 picture ZenX0904 · Mar 8, 2017 · Viewed 35.9k times · Source

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

Answer

prosti picture prosti · Jun 14, 2019

Install ip command package for Ubuntu.

apt install iproute2