I installed docker on my windows PC.
I opened console and typed docker ps. That command works properly. Next I tried to execute command if config but it was not found:
$ ifconfig
bash: ifconfig: command not found
Is it because of Windows ?
Command docker network ls also works properly
Finding current TCP/IP network configuration values doesn't have nothing to do with docker, those applications coming with your os.
ipconfig -> wiki ifconfig -> wikiip related commands for ex: to get the ip address ip
addr show NOTE: in linux ifconfig might work but its deprecated.
more about ifconfig vs ip you can read in this blog
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With