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 ?
P.S.
Command docker network ls
also works properly